Spaces:
Sleeping
Sleeping
fix ModuleNotFoundError: No module named 'altair.vegalite.v4'
#3
by
fcakyon
- opened
Hey @sayakpaul @ariG23498 ,
Thanks for the great demo!
Can you please merge this fix so the app doesn't crash anymore?
Reference: https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/6
Bests
Thanks. Why do we need altair
?
It's a core streamlit dependency @sayakpaul .
Please check streamlit setup file and official response about altair version 5 issue.
We have 2 options: 1. update the streamlit SDK version and 2. strict Altair version.
sayakpaul
changed pull request status to
merged
Thank you