Python-Installation NumPy, Matplotlib

1. Öffnen Sie cmd, geben Sie eines der folgenden vier Elemente ein und empfehlen Sie die Inlandsspiegelung

pip install numpy # 默认从https://pypi.org/simple 下载
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple/ # 从清华大学资源站点下载
pip install numpy -i https://mirrors.aliyun.com/pypi/simple/ # 从阿里云资源站点下载
pip install numpy -i https://pypi.mirrors.ustc.edu.cn/simple/ # 从中科大资源站点下载

2. Installieren Sie Matplotlib auf Alibaba Cloud Mirror 

pip install -i https://mirrors.aliyun.com/pypi/simple/ matplotlib

Ich denke du magst

Origin blog.csdn.net/weixin_54633033/article/details/131545477
Empfohlen
Rangfolge