Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The component do not work any more #45

Open
v479038280 opened this issue Jul 20, 2023 · 1 comment
Open

The component do not work any more #45

v479038280 opened this issue Jul 20, 2023 · 1 comment

Comments

@v479038280
Copy link

PydanticImportError: BaseSettingshas been moved to thepydantic-settings package. See https://docs.pydantic.dev/2.0.3/migration/#basesettings-has-moved-to-pydantic-settings for more details. For further information visit https://errors.pydantic.dev/2.0.3/u/import-error

@bwest2397
Copy link

I believe this is an issue with pandas_profiling, or rather now with ydata_profiling since pandas_profiling has been renamed to that (itself a breaking change for this component, but I digress). To fix your issue, this should do the trick:

pip install --upgrade "pydantic<2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants