Search code examples
pythonwindowsmatplotlib

Matplotlib import error: "ImportError: DLL load failed while importing _path: The specific module could not be found"


I installed Python3.10 (64x)(download installer from the official website) on the clear Windows 10 (x64). Using pip install <packetname> I installed packages: numpy, scipy and matplotlib.

enter image description here

Numpy and scipy work properly, but matplotlib import falls with ImportError: DLL load failed while importing _path: The specific module could not be found enter image description here

It falls in the transforms.py on the command: from matplotlib._path import ( affine_transform, count_bboxes_overlapping_bbox, update_path_extents)

I've tried reinstall matplotlib and install older versions - no result. Reviewing the forums with similar questions also wasn't successful.

Please, help me to get by this issue.


Solution

  • The issue was solved by installing pandas packet