我是新來的python(2天前開始),我已經到了想要爲我的程序使用matplotlib的地步。我使用的Python 3.3和之後我按照安裝matplotlib我已經通過下面的步驟走的說明:ImportError:沒有模塊名稱'matplotlib'Python 3.3
sudo apt-get install python-pip
sudo pip install matplotlib
返回此導入錯誤:所以以後的一些研究,我試過
ImportError: No module named 'matplotlib'
這個:
sudo apt-get update
sudo apt-get build-dep python-matplot
我仍然得到相同的導入錯誤。我在這裏找到了這個頁面:https://askubuntu.com/questions/427708/matplotlib-error-no-module-named-matplotlib-even-though-it-is-installed
這給我的印象是我安裝了matplotlib的不正確版本,我需要v1.2或更高版本。有人可以向我解釋我需要做什麼才能夠使用matplotlib,並且不會在Python 3.3中出現此錯誤?
我目前在使用Ubuntu 12.04。
謝謝。
2.1.0是我得到了什麼 – bruce 2017-11-07 08:39:14