bhaskatripathi / pdfGPT

PDF GPT allows you to chat with the contents of your PDF file by using GPT capabilities. The most effective open source solution to turn your pdf files in a chatbot!
https://huggingface.co/spaces/bhaskartripathi/pdfGPT_Turbo
MIT License
6.98k stars 837 forks source link

requirements.txt takes too long to install #98

Open AmineDjeghri opened 1 year ago

AmineDjeghri commented 1 year ago

it looks like it tries to download multiple versions of numpy (maybe it's a conflit in the packages) image

AmineDjeghri commented 1 year ago

a quick fix is to pin the versions of the packages :

PyMuPDF==1.22.1 numpy==1.23.5 scikit-learn==1.2.2 tensorflow>=2.0.0 tensorflow_hub==0.13.0 openai==0.27.4 gradio==3.27.0 langchain-serve>=0.0.19

kshitijsriv commented 1 year ago

it is still taking very long time in my case.

Screenshot 2023-09-04 at 4 00 17 PM
joyhope commented 9 months ago

I tried to pip install -r requirement, but it always failed due to the version not matching. I am using Python 3.10, which python version is required for use in the project?