Download python third-party libraries and step (windows) to install third-party libraries

Step python third-party libraries Download and install third-party libraries (windows system)

Installation following address:
https://www.lfd.uci.edu/~gohlke/pythonlibs/

Select the one you want to install third-party libraries

For example, to install third-party libraries in a basemap
Here Insert Picture Description
click on the appropriate link to the file in the next local, and then open a command line install using pip install
using pip install when the current working directory should locate the file to the same directory, otherwise will remind the file does not exist (such as the whl file on your desktop, it is imperative command line switch the working directory to the desktop)

Some problems will occur during the installation, the general is not compatible with the platform of the problems caused by:
Here Insert Picture Description
This requires us to choose a version compatible with the system of third-party libraries to install, such as what version of the basemap selected for installation
in general to the name of the file concerned about two points:
Basemap-1.2.1-CP38-CP38-win_amd64.whl
such as this file, there is a cp38, there is a win_amd64. on behalf of cp38 compatible cpython version 3.8, win_amd64 refers to the 64-bit windows system. Basically similar to all third-party library name format

With these two fields can choose to install and compatible third-party libraries.

My system is 64-bit windows and python version 3.6, so I chose the name in third-party libraries with cp36 and win_amd64 be downloaded and installed it no problem

Published an original article · won praise 0 · Views 29

Guess you like

Origin blog.csdn.net/weixin_43293361/article/details/104080605
Recommended