在Ubuntu 16.04上,我有一個virtualenv(15.0.2)。我沒有安裝matplotlib 1.5.3,我得到這個錯誤:在Ubuntu的virtualenv上安裝matplotlib的python tk
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libBLT.2.4.so.8.6: cannot open shared object file: No such file or directory
感謝
我有這個問題早發現,但它不」不要提起訴訟irtualenv。 –
我已經解決了這個問題,這要歸功於這個http://stackoverflow.com/questions/29433824/unable-to-import-matplotlib-pyplot-as-plt-in-virtualenv/33447513輸入命令「pip uninstall matplotlib」和「pip在我的virtualenv上安裝matplotlib == 1.4.3「。 –