给python 安装torch模块或者添加库链接下载torch

如果python安装torch模块报错时候,可以运行VC_redist.x64.exe文件,或者添加源库

  • 给torch添加.dll文件

用pycharm高高兴兴搜索到了torch库,装上了却报错了,提示没有.dll文件,所以我们采用运行VC_redist.x64.exe的方式解除报错

链接:https://pan.baidu.com/s/1dawnCtBHqeoPtVs1bWJ7DA
提取码:cq2o

  • 如果卡在安装torch失败这一步,添加多个库链接

阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣:https://pypi.doubanio.com/simple/
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
腾讯云:https://mirrors.cloud.tencent.com/pypi/simple/
浙江大学:http://mirrors.zju.edu.cn/pypi/web/simple/
网易:http://mirrors.163.com/pypi/simple/
华为云:https://repo.huaweicloud.com/repository/pypi/simple
北京外国语大学:https://mirrors.bfsu.edu.cn/pypi/web/simple
上海交通大学:https://mirrors.sjtug.sjtu.edu.cn/pypi/web/simple
南京大学:https://mirrors.nju.edu.cn/pypi/web/simple

给python 安装torch模块或者添加库链接下载torch_第1张图片
给python 安装torch模块或者添加库链接下载torch_第2张图片

你可能感兴趣的:(教程,技术指导,python,pytorch)