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’
- Solving attributeerror: module ‘Matplotlib’ has no attribute ‘artist’
- ModuleNotFoundError: No module named ‘tensorflow_core.estimator‘
- Python — using Matplotlib to draw histogram
- Importing the multiarray numpy extension module failed
- cannot import name ‘_validate_lengths’ from ‘numpy.lib.arraypad’
- Import any QT binding error during installation of evo
- AttributeError:‘AxesSubplot’object has no attribute‘bar_label’
- Methods to avoid fail to allocate bitmap errors in pyplot
- [error reported] [Python] [Matplotlib] importerror: failed to import any QT binding
- About the problem of calling tools library by running Python program under Mac OS X, modulenotfoundererror: no module named ‘tools‘
- Solving attributeerror: module ‘Matplotlib’ has no attribute ‘plot‘
- [Python] error reported when reading DICOM file pydicom.errors.invaliddicomerror
- Installing the basemap package in Anaconda
- [error] attributeerror: module ‘SIP’ has no attribute ‘setapi‘
- Solution for AutoCAD 2020 installation failure (error code: 1603) / valid for Autodesk family products
- Python bug: cannot install ‘Django’. It is a distutils installed project and thus we cannot
- On the problem of from PIL import image
- Solve the problem that “figure size 640×480 with 1 axes” does not display pictures in jupyter notebook
- Matplotlib of data visualization plt.xlim The () ylim() function sets the x-axis and y-axis range coordinates