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

streamlit[1518742]: ModuleNotFoundError: No module named 'altair.vegalite.v4' #9

Open
deepcoder opened this issue Jun 20, 2023 · 0 comments

Comments

@deepcoder
Copy link

I saw this is occuring in the syslog. Somehow the v5 of the Altair graphics system got installed. It looks like this vegalite stuff is not being brought forward by the altair developers. My short term solution was the following steps, I think all of the graphs are now working, including the 'Species Stats' :

python3 -m venv birdnet
source ./birdnet/bin/activate

pip uninstall altair
pip install "altair<5"
sudo sync
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants