出error
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Input In [51], in <cell line: 1>()
----> 1 import matplotlib
File ~\anaconda3\lib\site-packages\matplotlib\__init__.py:159, in <module>
155 from packaging.version import parse as parse_version
157 # cbook must import matplotlib only within function
158 # definitions, so it is safe to import from it here.
--> 159 from . import _api, _version, cbook, _docstring, rcsetup
160 from matplotlib.cbook import sanitize_sequence
161 from matplotlib._api import MatplotlibDeprecationWarning
File ~\anaconda3\lib\site-packages\matplotlib\rcsetup.py:26, in <module>
23 import numpy as np
25 from matplotlib import _api, cbook
---> 26 from matplotlib.backends import BackendFilter, backend_registry
27 from matplotlib.cbook import ls_mapper
28 from matplotlib.colors import Colormap, is_color_like
File ~\anaconda3\lib\site-packages\matplotlib\backends\__init__.py:1, in <module>
----> 1 from .registry import BackendFilter, backend_registry # noqa: F401
3 # NOTE: plt.switch_backend() (called at import time) will add a "backend"
4 # attribute here for backcompat.
5 _QT_FORCE_QT5_BINDING = False
ModuleNotFoundError: No module named 'matplotlib.backends.registry'
GPT , coliplot suggest 我幾個方法, reinstall, 用 matplotlib 3.3.4 但都唔work
有無大神幫手搞搞佢
