import pandas as pd
import matplotlib.pyplot as plt
from matplotlib import style
style.use('ggplot')
給我一個錯誤信息:皮普安裝不工作
Traceback (most recent call last): File "", line 2, in ImportError: No module named 'matplotlib'
所以我去cmd並輸入pip install matplotlib
但我得到「已經要求滿足」。
我不太確定該怎麼辦....
?我男人你如何運行你的代碼。 – lmiguelvargasf
只要檢查一下,你確定你安裝了正確版本的Python嗎? –
很簡單,你正在混合錯誤的python版本或錯誤的virtualenvs – e4c5