matplotlib错误:from matplotlib import afm, cbook, ft2font, rcParams, get_cachedirImportError: DLL load
生活随笔
收集整理的這篇文章主要介紹了
matplotlib错误:from matplotlib import afm, cbook, ft2font, rcParams, get_cachedirImportError: DLL load
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
在使用 matplotlib的時(shí)候,出現(xiàn):
from matplotlib import afm, cbook, ft2font, rcParams, get_cachedir
ImportError: DLL load failed: 找不到指定的模塊。
解決:重新安裝matplotlib;
pip? uninstall? matplotlib
pip? install? matplotlib
安裝后OK。
總結(jié)
以上是生活随笔為你收集整理的matplotlib错误:from matplotlib import afm, cbook, ft2font, rcParams, get_cachedirImportError: DLL load的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Windows10下jupyter no
- 下一篇: 图像处理:Hough变换原理分析