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

Huggingfaces spaces returns runtime error #3

Open
angnicholas opened this issue Jul 21, 2023 · 0 comments
Open

Huggingfaces spaces returns runtime error #3

angnicholas opened this issue Jul 21, 2023 · 0 comments

Comments

@angnicholas
Copy link

Following the link to the Huggingfaces spaces gives the following error:

Runtime error

  File "/home/user/.pyenv/versions/3.8.9/bin/streamlit", line 5, in <module>
    from streamlit.cli import main
  File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/streamlit/__init__.py", line 70, in <module>
    from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator
  File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/streamlit/delta_generator.py", line 90, in <module>
    from streamlit.elements.arrow_altair import ArrowAltairMixin
  File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/streamlit/elements/arrow_altair.py", line 27, in <module>
    from altair.vegalite.v4.api import Chart
ModuleNotFoundError: No module named 'altair.vegalite.v4'```

with Container logs:

===== Application Startup at 2023-07-07 08:46:14 =====

Traceback (most recent call last):
File "/home/user/.pyenv/versions/3.8.9/bin/streamlit", line 5, in
from streamlit.cli import main
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/streamlit/init.py", line 70, in
from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/streamlit/delta_generator.py", line 90, in
from streamlit.elements.arrow_altair import ArrowAltairMixin
File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/streamlit/elements/arrow_altair.py", line 27, in
from altair.vegalite.v4.api import Chart
ModuleNotFoundError: No module named 'altair.vegalite.v4'

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