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

[BUG] Frontend app fails to start due to ModuleNotFoundError: No module named 'altair.vegalite.v4' #175

Open
timothymeyers opened this issue Sep 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@timothymeyers
Copy link
Contributor

Describe the bug
After the recently merged PR, the Frontend app no longer can start due to the below error.

To Reproduce
Steps to reproduce the behavior:

  1. Build frontend container via provided Dockerfile
  2. Deploy to Azure Container App
  3. Hit endpoint

(This used to work last week)

Screenshots

2024-09-18T13:04:04.41573  Successfully Connected to container: 'graphrag-frontend'
Traceback (most recent call last):
  File "/usr/local/bin/streamlit", line 5, in <module>
    from streamlit.web.cli import main
  File "/usr/local/lib/python3.10/site-packages/streamlit/__init__.py", line 55, in <module>
    from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator
  File "/usr/local/lib/python3.10/site-packages/streamlit/delta_generator.py", line 43, in <module>
    from streamlit.elements.arrow_altair import ArrowAltairMixin
  File "/usr/local/lib/python3.10/site-packages/streamlit/elements/arrow_altair.py", line 36, in <module>
    from altair.vegalite.v4.api import Chart
ModuleNotFoundError: No module named 'altair.vegalite.v4'
@timothymeyers timothymeyers added the bug Something isn't working label Sep 18, 2024
@timothymeyers
Copy link
Contributor Author

@jgbradley1 I know you're working on an update to the frontend app, but wanted to make sure you were aware of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant