开发环境:
win10 x64
cuda10.0
anaconda4.0.0
anaconda常见问题解决办法汇总
4. 解决安装第三方包出现的 ERROR: Command errored out with exit status 1
直奔主题
打开 C:\Users\你的用户名 目录下,新建pip文件夹,进到文件夹中创建pip.ini文件,然后打开它,将下面代码粘贴进去-->保存
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn
重新打开dos窗口,使用pip加速下载安装包,至此大功告成!!!
评论区