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

Player demo error #11

Open
vhrs6 opened this issue May 7, 2024 · 1 comment
Open

Player demo error #11

vhrs6 opened this issue May 7, 2024 · 1 comment

Comments

@vhrs6
Copy link

vhrs6 commented May 7, 2024

Showing pydantic.errors.PydanticImportError for the demo view on Streamlit

@vhrs6
Copy link
Author

vhrs6 commented May 7, 2024

File "/home/adminuser/venv/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script
exec(code, module.dict)
File "/mount/src/streamlit-gallery/streamlit_app.py", line 3, in
from streamlit_gallery import apps, components
File "/mount/src/streamlit-gallery/streamlit_gallery/components/init.py", line 5, in
from .pandas_profiling.streamlit_app import main as pandas_profiling
File "/mount/src/streamlit-gallery/streamlit_gallery/components/pandas_profiling/streamlit_app.py", line 2, in
import pandas_profiling
File "/home/adminuser/venv/lib/python3.8/site-packages/pandas_profiling/init.py", line 8, in
from pandas_profiling.compare_reports import compare
File "/home/adminuser/venv/lib/python3.8/site-packages/pandas_profiling/compare_reports.py", line 6, in
from pandas_profiling.config import Correlation, Settings
File "/home/adminuser/venv/lib/python3.8/site-packages/pandas_profiling/config.py", line 7, in
from pydantic import BaseModel, BaseSettings, Field, PrivateAttr
File "/home/adminuser/venv/lib/python3.8/site-packages/pydantic/init.py", line 386, in getattr
return _getattr_migration(attr_name)
File "/home/adminuser/venv/lib/python3.8/site-packages/pydantic/_migration.py", line 296, in wrapper
raise PydanticImportError(

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

1 participant