Importerror : matplotlib is required for plotting when the default backend “matplotlib“ is backward
在
k
a
g
g
l
e
kaggle
kaggle 上面對前人的例子進行復現其中發現,在採用
m
a
t
p
l
o
t
l
i
b
matplotlib
matplotlib 畫圖時候出現報錯,經過查詢原因,處理方法如下:
主要原因:
p
a
n
d
a
s
pandas
pandas 和
m
a
t
p
l
o
t
l
i
b
matplotlib
matplotlib 庫出現了衝突,也可能是由於
p
a
n
d
a
s
pandas
pandas 和
m
a
t
p
l
o
t
l
i
b
matplotlib
matplotlib 的版本過低,因此對兩個
p
y
t
h
o
n
python
python 庫進行了更新,並重啟
j
u
p
t
e
r
jupter
jupter
n
o
t
e
b
o
o
k
notebook
notebook,
pip install --upgrade pandas==1.0.5
但是出現了報錯,具體如下:
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒絕訪問。: 'c:\\users\\wenjia\\anaconda3\\lib\\site-packages\\~-ndas\\_libs\\algos.cp37-win_amd64.pyd'
Consider using the `--user` option or check the permissions.
因此,考慮採用 − − u s e r --user −−user o p t i o n option option
pip install --user --upgrade pandas==1.0.5
pip install --user --upgrade matplotlib
最終,錯誤 b u g bug bug 得以解決。
相關文章
- matplotlib
- matplotlib 斜體
- matplotlib模組詳解
- 【matplotlib基礎】--動畫動畫
- Working with Matplotlib on OSX
- matplotlib 資料收集
- matplotlib 顯示中文
- python包:matplotlibPython
- [MONGODB]: WHEN ARBITER REQUIRED FOR REPLICA SETMongoDBUI
- Matplotlib 詳細繪圖繪圖
- matplotlib 強化學習強化學習
- Python進階 — matplotlibPython
- 【莫煩】Python MatplotlibPython
- matplotlib嵌入到pyqt中QT
- 資料分析之matplotlib
- 【matplotlib 實戰】--餅圖
- matplotlib詳細教學
- Matplotlib繪圖基礎繪圖
- Python進階 -- matplotlibPython
- matplotlib入門之Pyplot
- Matplotlib庫的入門
- matplotlib 學習總結
- 資料分析---matplotlib模組
- matplotlib畫圖未顯示,以及PyCharm中 %matplotlib inline報錯PyCharminline
- 繪圖: matplotlib Basemap簡介繪圖
- matplotlib預設字型設定
- matplotlib 安裝失敗,求解!
- python繪圖之matplotlibPython繪圖
- Matplotlib1.簡單例子單例
- Matplotlib基礎繪圖功能繪圖
- 【matplotlib 實戰】--雷達圖
- 【matplotlib 實戰】--箱型圖
- 【matplotlib 實戰】--面積圖
- 【matplotlib 實戰】--柱狀圖
- Matplotlib.pyplot.plot 繪圖繪圖
- Numpy的Matplotlib視覺化視覺化
- Python之matplotlib基礎Python
- matplotlib的圖形後端後端