I installed Matplotlib package last month which enables me to use Matplotlib, numpy and pylab in Windows10 Python 3.8.1. However, yesterday it suddenly broke down with error message:
“>>>import matplotlib.pyplot as plt
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\Yiji Tang\AppData\Local\Programs\Python\Python38-32\lib\site-packages\matplotlib_init_.py”, line 174, in
check_versions()
File "C:\Users\Yiji Tang\AppData\Local\Programs\Python\Python38-32\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."
When I tried to use import Matplotlib.pyplot as plt or import pylab, the error messages are same.
Discussions are welcome.
Yiji Tang