Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements.txt takes too long to install #98

Open
AmineDjeghri opened this issue Aug 25, 2023 · 3 comments
Open

requirements.txt takes too long to install #98

AmineDjeghri opened this issue Aug 25, 2023 · 3 comments

Comments

@AmineDjeghri
Copy link

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

@AmineDjeghri
Copy link
Author

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
Copy link

it is still taking very long time in my case.

Screenshot 2023-09-04 at 4 00 17 PM

@joyhope
Copy link

joyhope commented Feb 8, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants