[Solved] from torch._C import * ImportError: DLL load failed: The specified module cannot be found

I passed

https://www.lfd.uci.edu/~gohlke/pythonlibs/

Pytorch installed

Error resolution:

pip install --upgrade numpy
pip install intel-openmp 

Guess you like

Origin blog.csdn.net/wy_97/article/details/107820729