tags: Study notes python
Because online installation always encounters an error, directly offline download and installation

Website: https://download.pytorch.org/Whl/torch_stable.html
There is a CPU and GPU version of the offline file, download the corresponding version (GPU version should correspond to CUDA)

I have built a special environment, I have been built, directly activated

Enter the path to the WHL file, PIP Install installation can


1. Rely on the relationship to report an error solution (1) Update Numpy version in Anaconda Prompt: View numpy version: activated tensorflow in CMD and finding (2) Another installation/update ...
Conda - Miniconda - Installing Conda https://conda.io/en/latest/index.html Miniconda https://conda.io/en/latest/miniconda.html Downloading conda https://docs.conda.io/projects/conda/en/latest/user-gui...
Install Conda under Windows Conda introduction No language package, dependent and environmental management: Python, R, Ruby, Lua, Scala, Java, JavaScript, C / C ++, Fortran, Conda is an open source pa...
The installation of Conda is recommended for installation using methods installing anaconda. Installation Date: November 24, 2020 Download installation package Anaconda historical version If you downl...
content 1 `. Whl` 2 `.egg` They are all python packages, which can be used to install 1 .whldocument __.whlThe file is a python package, the corresponding installation method is: 2 .eggdocument __.egg...
OF: Mr Wang Link: https: //www.zhihu.com/question/40029203/answer/341750592 Source: know almost Copyright reserved by the authors. Commercial reprint please contact the author authorized, non-commerci...
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...
1. View the linux architecture 2. Download the WHL file supported by the current platform PyPI · The Python Package Index Search the required library file and download, such as Numpy or Note: I...
Download the installation package to the local: When one WHL is alone, when there is no other dependencies, CMD enters the directory where the whl is located. Run the following instructions: If this w...
Step1: Download the whl file Step2: Open ‘Anaconda Command Prompt’, As shown below: Step3: Command line window pip installation, the code is as follows: Pip install path +whl filena...