1. 程式人生 > >Windows下通過pip安裝PyTorch 0.4.0 import 不成功

Windows下通過pip安裝PyTorch 0.4.0 import 不成功

問題:通過pip安裝PyTorch 0.4.0成功,但是import時報錯。

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

解決:

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

參考: