Windows下经过pip安装PyTorch 0.4.0 import 不成功 anaconda

问题:经过pip安装PyTorch 0.4.0成功,可是import时报错。git

  import torch
  File "D:\Python\Python36\lib\site-packages\torch\__init__.py", line 78, in <module>
    from torch._C import *
ImportError: DLL load failed: 找不到指定的模块。github

解决:app

  • put the dll files in Library\bin into a dir
  • append the path of it to the environment variable PATH.

参考:ip

from torch._C import * (ImportError: DLL load failed: The specified module could not be found.ci

相关文章
相关标签/搜索