langchainlarge-language-modelchromadb

ImportError: Could not import chromadb python package. Please install it with `pip install chromadb`


I am trying to build a Chat PDF application using langchain, During this I installed all the necessary packages, but there is one issue with this chromadb, which no matter what I do, it keeps showing the error.

I installed it, ran it many times, but I keep getting this error asking to install chromadb and here is the screenshot of the error

repo link

I tried uninstalling and installing again, GPTed, saw issues in Github but nothing seems to help me fix the issue


Solution

  • Try with Python 3.10 and it worked