tags: python Study notes pip Deep learning
Download the installation package to the local:
pip download -d dir template name-i https://pypi.t nowhua.edu.cn/simple
eg:
pip download -d E:\CODE\pywhl torch -i https://pypi.tuna.tsinghua.edu.cn/simple
When one WHL is alone, when there is no other dependencies, CMD enters the directory where the whl is located. Run the following instructions:
pip install xxx.whl
If this whl has other dependent files (these files alsoLocalIn a directory), CMD enters the directory where the whl is located, and run the following instructions:
pip install --no-index --find-links=.\ xxx.whl
existPIPYSearch to install the package, pay attention to the corresponding version number and system (Linux) Will download the WHL to the folder via Filezilla Install the specified WHL file through th...
When using pip to install some packages, because the default source of pip is only those few, it is useless to change to Tsinghua, and Douban is useless. . . I always stop in the middle of the downloa...
First clear the obstacles and check if there is any extra version of the system, just install a python3. Currently supported version to 3.7, 3.8 is not supported. pycharm is installed. Create a virtua...
Online installation First, enter the command corresponding to the version of the version you want to install, as shown below, directly copy the installation, but here is the latest https://pytorch.org...
The words before Overview of this article: Python third-party library installation One, pip installation pip3 install [library name] or pip install [library name] [2019.02.28 update] Regarding the cas...
Install command and version configuration The GPU version of python3.6 can be downloaded directly here More related libraries installation Use the time to report wrongly NUMPY corresponding problem Ve...
Because sometimes inconvenient to the network, you need to install Pytorch offline in some computers or servers, Therefore, you need to download pytorch of whl file, the following address https://down...
Tip: After the article is written, the table of contents can be automatically generated. For how to generate it, please refer to the help document on the right Article Directory python library offline...
Install Open3D from WHL offline, error xxx.whl is not a supported wheel on this platform Obviously the version of WHL is not right, usepip debug --verboseThe WHL version that PIP can use. Download the...
Enter firsthttps://www.lfd.uci.edu/~gohlke/pythonlibs/ Press Ctrl+F to search globally Can't find it in this websitehttps://pypi.org/project/This website (note that the downloaded whl file) Sel...