赞
踩
1.按照网上很多的博客的如:https://www.cnblogs.com/yikemogutou/p/11396045.html 进行修改清华源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2
# 设置搜索时显示通道地址
conda config --set show_channel_urls yes
conda config --remove channels defaults #这里删除了默认源,不然总是从官网下载然后超时。
还是用的官方下载方式,因为没有显示出通道,很郁闷。
所以用如下方式安装,马上好了。(指定!)
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。