Open AmineDjeghri opened 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
it is still taking very long time in my case.
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?
it looks like it tries to download multiple versions of numpy (maybe it's a conflit in the packages)