alejandro-ao / langchain-ask-pdf

An AI-app that allows you to upload a PDF and ask questions about it. It uses OpenAI's LLMs to generate a response.
584 stars 308 forks source link

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

Closed jmayank23 closed 1 year ago

jmayank23 commented 1 year ago
Screen Shot 2023-05-11 at 6 27 20 PM

Even after pip install I am getting no module found

morrisonak commented 1 year ago

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

jmayank23 commented 1 year ago

Thanks, that fixed it!