The 10M/s method solves the problem of too slow numpy download!

Refer to the 10M/s method to solve the problem of too slow numpy download! _12800522's technical blog_51CTO blog

Downloading numpy from the external network in China is often unsuccessful.

Change Tsinghua source:

pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

Quick fix.

Similarly, install pandas as follows

pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple

Guess you like

Origin blog.csdn.net/weixin_45834800/article/details/125574514