Manually install the networkx library

When installing networkx, I found that I can’t download it directly with pip, and I don’t know why, so let’s install it manually. Below are two links, one is to download from the official website, and the other is the package I have downloaded and uploaded to Lanzuoyun. .

Official website link: https://pypi.org/project/networkx/

Lanzoue cloud link: https://wwix.lanzoue.com/iAJOx0t5eq0f   Password: 1bz0

After downloading, extract it to the installation path of the interpreter you want to download

5482f5d754914da5aed585b0ba117d6a.png

 Then in the cmd command line, switch to this path and enter the command: python setup.py install

cf85482b22304fdabf13194296e32b4c.jpeg

 

 

 

Guess you like

Origin blog.csdn.net/weixin_63676550/article/details/130183478