1. 程式人生 > >python 安裝matplotlib後執行圖表時提示錯誤numpy版本不對的解決方法

python 安裝matplotlib後執行圖表時提示錯誤numpy版本不對的解決方法

python3.6,安裝了Matplotlib 2.2版本,執行圖表時提示以下錯誤:

ImportError:  Importing the multiarray numpy extension module failed.

likely you are trying to import a failed build of numpy.


If you're working with a numpy git repo, try `git clean -xdf` (removes all

files not under version control).  Otherwise reinstall numpy.

原因是要安裝numpy+mkl版本(cp36)

解決辦法,解除安裝掉mumpy後再重新安裝正確的版本(.whl):http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy