ModuleNotFoundError: No module named 'altair.vegalite.v4'
jmayank23 opened this issue · 2 comments
jmayank23 commented
morrisonak commented
I was having the same issue, and was able to fix it with this:
pip install altair==4
jmayank23 commented
Thanks, that fixed it!