Skip to content

Can't install paddle #14556

Closed Answered by GreatV
eddprogrammer asked this question in Q&A
Discussion options

You must be logged in to vote

The error you're encountering (ReadTimeoutError when trying to download NVIDIA dependencies like nvidia-cufft-cu12) suggests that your system is struggling to download the required wheel files from the PaddlePaddle-hosted repository. This could be caused by a slow or unstable internet connection or temporary server-side issues. Below are some potential workarounds:


1. Increase the pip Timeout

By default, pip has a timeout for downloads set to 15 seconds. You can increase this timeout to allow for slower connections. Try the following command:

pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu123/ --default-timeout=100

This increases the timeout to…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by eddprogrammer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants