ChatPDF icon indicating copy to clipboard operation
ChatPDF copied to clipboard

Getting issue to install chromadb & hnswlib

Open shalyamishra opened this issue 1 year ago • 3 comments

-----------------------Error Log of hnswlib--------------------------- ERROR: Failed building wheel for hnswlib Failed to build hnswlib ERROR: Could not build wheels for hnswlib, which is required to install pyproject.toml-based projects WARNING: You are using pip version 21.3.1; however, version 23.1.2 is available. You should consider upgrading via the 'D:\AI_Projects\PDF_GPT\ChatPDF-main\env\Scripts\python.exe -m pip install --upgrade pip' command.

shalyamishra avatar Jun 07 '23 05:06 shalyamishra

https://stackoverflow.com/questions/73969269/error-could-not-build-wheels-for-hnswlib-which-is-required-to-install-pyprojec

Looks like a similar issue, you can check

Anil-matcha avatar Jun 09 '23 05:06 Anil-matcha

Hi while running main.py there is an error saying docx.api module not found. which is found in the init__.py file. How to solve this?

Ishraqlancer517 avatar Jun 18 '23 04:06 Ishraqlancer517

Downgraded Python to 3.10.10

export HNSWLIB_NO_NATIVE=1 
pip install HNSWLIB

Broadsword27 avatar Jul 10 '23 03:07 Broadsword27