2019年6月29日 星期六

can't import matplotlib / python3.7

最近重裝了Anaconda,python版本為3.7。其實太新的版本通常不好用,但裝了也沒辦法,果然出問題囉:

import matplotlib 之後
出現下方訊息:

ImportError: cannot import name 'get_backend' from 'matplotlib' (/usr/lib/python3.7/site-packages/matplotlib/__init__.py)

解決方法就是upgrade 到 3.0.2:

conda install matplotlib==3.0.2

現在問題是解決了,希望不要有別的問題再發生囉!!





沒有留言:

張貼留言