感谢GitHub网友@lutein
提供的解决方法
I meet the same error using pip
to install Pytorch 0.4 on Python 3.6.5 without GPU support, Windows10.
Here is my solution:
- Download win-64/intel-openmp-2018.0.0-8.tar.bz2
- unzip the downloaded file, and put the dll files in
Library\bin
into Python dll path: C:\Users\username\AppData\Local\Programs\Python\Python36\DLLs(you can locate python path usingwhere python
command)
Comments NOTHING