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:
- [Solved] Windows SDK Fails to Install with Return Code 5100
- Server failed during MySQL installation or re installation
- pyinstaller WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency
- Windows Python Install: requires numpy+mkl & ImportError: cannot import name NUMPY_MKL
- Failed to load the native TensorFlow runtime [Solved]
- DirectX SDK (June 2010) Install Error Code S1023 [How to Solve]
- No compatible servers were found when installing MySQL
- Python Importerror: DLL load failed: unable to find the specified module
- Solve the problem of Attributeerror: module ‘SciPy. Misc’ has no attribute ‘imread’
- python from scipy.misc import imread:ImportError: cannot import name imread