alejandro-ao/langchain-ask-pdf

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

jmayank23 opened this issue · 2 comments

Screen Shot 2023-05-11 at 6 27 20 PM Even after pip install I am getting no module found

I was having the same issue, and was able to fix it with this:
pip install altair==4

Thanks, that fixed it!