The solution of “importerror: DLL load failed: unable to find the specified module”

import scipy.io as scio
feat = scio.loadmat (datapath)
when I run the above program, I always report an error saying:

Unable to start the solution of “importerror: DLL load failed: unable to find the specified module”

###############################################
solution:
first, uninstall PIP universal SciPy
and then install VC + +: Visual C + + redistributable for visual studio 2015
after installing PIP install SciPy again

I just didn’t unload the VC + + installed directly by SciPy before, and I didn’t succeed all the time/

Similar Posts: