CMD sends an error after executing the command PIP istall librosa:
from numba.core.typeconv import _typeconv
ImportError: DLL load failed: not found
The reason is that the versions of numba, llvmlite and resampy are conflicting and incompatible
Solution:
reinstall the compatible package
pip install llvmlite==0.31.0
pip install numba==0.48.0
pip install resampy== 0.3.0
The final versions of all libraries are shown in the following figure:
Read More:
- ImportError: DLL load failed while importing _multiarray_umath: The specified module could not be found.
- Import win32API; importerror: DLL load failed: the specified program was not found
- import statsmodels.api as sm Error: ImportError: DLL load failed while importing _arpack: The specified program could not be found.
- TensorFlow Install Error: Could not load dynamic library ‘*****.dll‘; dlerror: ********.dll not found
- [Solved] Numpy Load Error: DLL load failed while importing _multiarray_umath: Could not be found Module
- [Solved] D2lzh_Pytorch Import error: importerror: DLL load failed while importing
- [Solved] Converting IU to py using pyuic5 – O reports an error importerror: DLL load failed while importing qtcore: the specified module cannot be found.
- Importerror: DLL load failed: unable to find the specified module in Python
- [Solved] DLL load failed while importing _sqlite3: the specified module could not be found.
- [Solved] wxauto error: ImportError: DLL load failed while importing win32gui: Can’t find the specified program
- How to Solve Python Importerror: DLL load failed: unable to find the specified program using tensorflow
- Pycharm error: original error was: DLL load failed while importing _multiarray _Umath: the specified module could not be found
- Jupyter notebook Failed to Switch to the Virual Environment: DLL load failed python.exe could not find the entry
- DLL load failed while importing rdBase [How to Solve]
- VScode import numpy Error: DLL load failed [How to Solve]
- [Solved] Sklearn Call Error: DLL load failed while importing _arpack
- Ctypes DLL Error: FileNotFoundError: Could not find module ‘***_dll.dll‘ (or one of its dependencies).
- Pyinstaller Error: [ImportError]: DLL load failed while importing _socket: Parameter error
- [Solved] AttributeError: module ‘librosa.feature‘ has no attribute ‘inverse‘
- [Solved] Original error was: DLL load failed while importing _multiarray_umath