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

Python3.5  pip3 安装torch时 显示如下错误:

该错误需要修改两个地方:

1.将Python升级到3.6(建议使用3.6.1,Python3.5无法通过)。

2.而后按下操作:

  • Download win-64/intel-openmp-2018.0.0-8.tar.bz2
  • put the dll files in Library\bin into a dir
  • append the path of it to the environment variable PATH

参考:

https://blog.csdn.net/grllery/article/details/80308122

你可能感兴趣的:(Windows下通过pip安装PyTorch 0.4.0 import 不成功)