ImportError: DLL load failed: on windows10

Someone gotta help me!
I have install pytorch on my windows 10 system, but when I import torch, the terminal will give me an ImportError: DLL load failed. I find no efficient solution to this problem.

Solving is feasible, because I have solved this problem in my another computer easily.
But I forgot how…it’s embarrassing…

Thanks a lot for any help!!

The full stack trace would be great … and how did you install PyTorch?
This is the standard way:

conda install -c peterjc123 pytorch cuda90

I have the same problem.

I installed pytorch with the following command and without CUDA, but python 3.6 on Win10:

pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.0-cp36-cp36m-win_amd64.whl 

See solutions here.

See this post if you compiled from source and had this error