I encountered this problem below when import matplotlib.plot as plt.
Please help me to resolve this problem. I use sublime text, Python 3.8 and window 10.
Thanks!
File "D:\PYTHONFILES\line.py", line 3, in <module>
import matplotlib.pyplot as plt
File "C:\Users\Tran\AppData\Local\Programs\Python\Python38\lib\site-packages\matplotlib\__init__.py", line 174, in <module>
_check_versions()
File "C:\Users\Tran\AppData\Local\Programs\Python\Python38\lib\site-packages\matplotlib\__init__.py", line 159, in _check_versions
from . import ft2font
ImportError: DLL load failed while importing ft2font: The specified module could not be found.
[Finished in 18.5s]