diffuzers icon indicating copy to clipboard operation
diffuzers copied to clipboard

ModuleNotFoundError: No module named 'altair.vegalite.v4'

Open tensor5g opened this issue 2 years ago • 2 comments

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?

tensor5g avatar May 19 '23 01:05 tensor5g

this is a streamlit issue. updating to latest streamlit will fix this. ill add the updated streamlit to package requirements

abhishekkrthakur avatar May 19 '23 07:05 abhishekkrthakur

@abhishekkrthakur I have tried this but still getting the same error.

oakdatamechanic avatar May 24 '24 04:05 oakdatamechanic