Anaconda is installed under the window system and the virtual environment is configured
everything runs normally using the command line, but an error is reported when running on pychram:
original error was: DLL load failed while importing _multiarray _umath
Tried:
1. Uninstall numpy and reinstall numpy
2. Add the python path again many times in the python settings
Final solution:
add system variables
after installing anaconda, only the first two are added, but not enough!!! \Bin and \library\bin should also be added!!!
Since it runs normally on the command line, the version problem between packages can be ignored. The problem must be the configuration of pycharm or system variables
Reference link: https://github.com/conda/conda/issues/7833
Read More:
- [Solved] Numpy Load Error: DLL load failed while importing _multiarray_umath: Could not be found Module
- ImportError: DLL load failed while importing _multiarray_umath: The specified module could not be found.
- [Solved] Original error was: DLL load failed while importing _multiarray_umath
- [Solved] Original error was: No module named ‘numpy.core._multiarray_umath‘
- [Solved] DLL load failed while importing _sqlite3: the specified module could not be found.
- import statsmodels.api as sm Error: ImportError: DLL load failed while importing _arpack: The specified program could not be found.
- [Solved] Converting IU to py using pyuic5 – O reports an error importerror: DLL load failed while importing qtcore: the specified module cannot be found.
- Import win32API; importerror: DLL load failed: the specified program was not found
- DLL load failed while importing rdBase [How to Solve]
- [Solved] Sklearn Call Error: DLL load failed while importing _arpack
- [Solved] wxauto error: ImportError: DLL load failed while importing win32gui: Can’t find the specified program
- Importerror: DLL load failed: unable to find the specified module in Python
- TensorFlow Install Error: Could not load dynamic library ‘*****.dll‘; dlerror: ********.dll not found
- [Solved] librosa Install Error: ImportError: DLL load failed: Could Not Found
- [Solved] D2lzh_Pytorch Import error: importerror: DLL load failed while importing
- Pyinstaller Error: [ImportError]: DLL load failed while importing _socket: Parameter error
- Jupyter notebook Failed to Switch to the Virual Environment: DLL load failed python.exe could not find the entry
- VScode import numpy Error: DLL load failed [How to Solve]
- [Solved] R Error: Python module tensorflow.keras was not found.
- Ctypes DLL Error: FileNotFoundError: Could not find module ‘***_dll.dll‘ (or one of its dependencies).