We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using python 3.10 on Windows and Ubuntu 22.04 I get the error:
ModuleNotFoundError: No module named 'altair.vegalite.v4'
I was able to resolve this by manually running
pip install altair==4.2.2
This should probably be added to the requirements.txt?
The text was updated successfully, but these errors were encountered:
this is a streamlit issue. updating to latest streamlit will fix this. ill add the updated streamlit to package requirements
Sorry, something went wrong.
@abhishekkrthakur I have tried this but still getting the same error.
No branches or pull requests
Using python 3.10 on Windows and Ubuntu 22.04 I get the error:
ModuleNotFoundError: No module named 'altair.vegalite.v4'
I was able to resolve this by manually running
pip install altair==4.2.2
This should probably be added to the requirements.txt?
The text was updated successfully, but these errors were encountered: