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?