Home > other >  ImportError: DLL load failed: the specified module could not be found. Consult everybody predecessor
ImportError: DLL load failed: the specified module could not be found. Consult everybody predecessor

Time:11-20

Question:
> The import matplotlib
Traceback (the most recent call last) :
The File "& lt; Pyshell# 8 & gt;" , line 1, in
The import matplotlib
The File "C: \ Users \ \ AppData \ Local \ 01 designed \ Python \ Python36 \ lib \ site - packages \ matplotlib \ set py", line 174, in & lt; module>
_check_versions ()
The File "C: \ Users \ \ AppData \ Local \ 01 designed \ Python \ Python36 \ lib \ site - packages \ matplotlib \ set py", line 159, in _check_versions
From the import ft2font
ImportError: DLL load failed: could not find the specified module,
PIP install matplotlib, also can check the list that can't import, consult everybody, how to solve?

CodePudding user response:

It means that you are from the import ft2font can't find the library
  • Related