pytorch ImportError:DLL加载失败:找不到指定的模块

时间:2019-10-15 21:33:17

标签: python pytorch torch

我通过以下方式安装了火炬

pip3 install torch===1.3.0 torchvision===0.4.1 -f https://download.pytorch.org/whl/torch_stable.html
根据{{​​3}}的

是成功的。我能够import torch并按照此处的教程进行操作:https://pytorch.org

我想进入下一个级别,因此使用pip install torchvision和g ++编译器成功安装了Torchvision

但是现在,当我尝试import torch时,出现以下错误:

ImportError: DLL load failed: The specified module could not be found.

我将Windows 10与AMD Ryzen 7,Python 3.7.3一起使用。

我尝试降级到python 3.6.5和3.5并重新安装,但无法安装Torch和Torchvision。

有什么建议吗?

0 个答案:

没有答案