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

installing requirements is VERY slow and has not finished so far after several hours #837

Open
cswilsnetex opened this issue Jan 9, 2025 · 3 comments

Comments

@cswilsnetex
Copy link

Hi, I see a few other posts on this and I tried those solutions, however I don't think my issue is related to huggingface-hub.

Has anyone been able to identify a fix as to why items are downloading so slowly when trying to install dependencies from the requirements.txt ?

it has been sitting here doing this for an hour:

 Using cached langsmith-0.0.42-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.41-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.40-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.39-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.38-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.37-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.36-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.35-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.34-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.33-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.32-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.31-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.30-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.29-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.28-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.27-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.26-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.25-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.24-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.23-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.22-py3-none-any.whl.metadata (10 kB)
  Using cached langsmith-0.0.21-py3-none-any.whl.metadata (10 kB)
@cswilsnetex
Copy link
Author

image
it seems to start at "downloading fastapi" - from here it takes about 4 hours to complete with no network activity or really anything else going on.

@eaguad1337
Copy link

Same problem here. Requirements take forever to install and I lose ssh connection to my VPS before it completes.

Collecting fastapi<0.100.0,>=0.95.2 (from chromadb==0.4.6->-r requirements.txt (line 3))
  Using cached fastapi-0.99.0-py3-none-any.whl.metadata (23 kB)
  Using cached fastapi-0.98.0-py3-none-any.whl.metadata (22 kB)
  Using cached fastapi-0.97.0-py3-none-any.whl.metadata (23 kB)

@adlerweb
Copy link

You can use terminal multiplexers like tmux or screen to avoid the setup from failing due to an unstable terminal connection.

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