无法从 'matplotlib' 导入名称“_api”
cannot import name '_api' from 'matplotlib'
我在尝试导入 matplotlib(Windows10 OS) 时遇到以下错误。我试过卸载并重新安装软件包。似乎没有任何效果。有人能帮帮我吗
enter image description here
根据此处的线程:
https://github.com/facebook/prophet/issues/1691
您可能需要降级到 3.1.3 版本的 mathplotlib 才能正常工作。
我在尝试导入 matplotlib(Windows10 OS) 时遇到以下错误。我试过卸载并重新安装软件包。似乎没有任何效果。有人能帮帮我吗 enter image description here
根据此处的线程: https://github.com/facebook/prophet/issues/1691 您可能需要降级到 3.1.3 版本的 mathplotlib 才能正常工作。