After all the dependent libraries in Matplotlib (dependent library details: click the open link) were installed successfully, import matplotlib succeeded, but the following error occurred when importing matplotlib.pyplot as PLT:
ImportError: DLLload failed: the specified module
cannot be found
Then I found that the size of matplotlib I installed was 8128 KB, and the same version of Matplotlib I found from another address was 8503 KB. Finally, I uninstalled and reinstalled matplotlib of 8503KB and introduced Matplotlib. pyplot successfully.
J presented here introduced successful version of the download address: https://pypi.org/project/matplotlib/#files
Use administrator privileges to perform the following uninstall:
pip uninstall matplotlib
Reinstall after uninstalling:
pip install matplotlib
Close test effectively
Dependency library installation example:
Matplotlib was installed successfully:
ImportError: DLLload failed: the specified module
cannot be found
Then I found that the size of matplotlib I installed was 8128 KB, and the same version of Matplotlib I found from another address was 8503 KB. Finally, I uninstalled and reinstalled matplotlib of 8503KB and introduced Matplotlib. pyplot successfully.
J presented here introduced successful version of the download address: https://pypi.org/project/matplotlib/#files
Use administrator privileges to perform the following uninstall:
pip uninstall matplotlib
Reinstall after uninstalling:
pip install matplotlib
Close test effectively
Dependency library installation example:
Matplotlib was installed successfully:
Read More:
- Import Matplotlib.pyplot as plt Error KeyError: ‘pylab’
- Python’s importerror: DLL load failed: the specified module was not found and the problem was solved
- After tensorflow installation, an error occurred while importing: importerror: DLL load failed: the specified module could not be found
- tensorflow import error: DLL load failed: The specified module could not be found (DLL load failed: The specified module could not be found)
- ImportError: DLL load failed: The specified module could not be found
- Tensorflow import error: DLL load failed: the specified module could not be found
- from ._ NNLS import NNLS importerror: DLL load failed: the specified module was not found.
- Python import GDAL failed: DLL load failed. The specified module cannot be found.
- vscode import numpy error:DLL load failed: The specific module could not be found
- ImportError: DLL load failed while importing xxx: The specified program could not be found.
- Solved! The new version of statsmodels has the problem of importerror: cannot import name ‘factorial’
- Jumper notebook, import numpy, prompt “importerror: DLL load failed: unable to find the specified module”
- Sdl2 – importerror: DLL load failed: the specified module was not found.
- How to solve “import cv2 failed ImportError: DLL load fail: Cannot find the specified module” in Anaconda environment
- Solve the problem of raspberry pie using GStreamer. Importerror: cannot import name XXX introspection typelib not found
- sqoop-import ERROR tool.ImportTool: Import failed: No primary key could be found for table user_info
- Importerror using tensorflow: DLL load failed: the specified program cannot be found
- [error reported] [Python] [Matplotlib] importerror: failed to import any QT binding
- ImportError: numpy.core.multiarray failed to import
- OpenCV3.1 + Python2.7 error “DLL load failed: The specified module could not be found”