diffuzers
diffuzers copied to clipboard
ModuleNotFoundError: No module named 'altair.vegalite.v4'
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?
this is a streamlit issue. updating to latest streamlit will fix this. ill add the updated streamlit to package requirements
@abhishekkrthakur I have tried this but still getting the same error.