The library is too slow to solve the problem by installing conda / pip install

Sometimes we use pip install download some third-party libraries, but because of the link is outside the network, the download speed is too slow or even break even, provides a simple solution to the following

 

After use pip install + target library download command will usually tell you a download link, as shown above, here is

https://files.pythonhosted.org/packages/20/8e/c5ee7dcf8168327bb6d2e3f830edadc91485f23049afaa709a3e019d47ef/pyqt5_tools-5.13.0.1.5-cp37-none-win_amd64.whl

We copy this link into Thunder, Thunder download, you can see the speed becomes faster.

 

 

After the file download is good, the operation command file interface Go to the download location, here is my desktop in the file directory with the command pip install + filename .whl, skip the download steps can be seen directly installed.

Sometimes installing a library also need to install additional support files, if the file is too large, you can repeat the process, one by one installed.

Guess you like

Origin www.cnblogs.com/mozhi761/p/11705986.html