簡體   English   中英

無法安裝“ matplotlib”

[英]Trouble installing 'matplotlib'

無法在Windows 10,Python 3.7上安裝'matplotlib.pyplot'

我嘗試'pip install matplotlib.pyplot'並收到錯誤

這是確切的錯誤代碼:找不到滿足要求matplotlib.pyplot的版本(來自版本:)找不到匹配的發行版matplotlib.pyplot

不要使用pip install matplotlib.pyplot ,請使用pip install matplotlib

matplotlib.pyplot正在從模塊matplotlib調用pyplot 您需要的是模塊matplotlib 然后從空閑狀態或運行此狀態的任何位置調用matplotlib.pyplot

嘗試僅在命令行(或終端)上使用pip install:

'pip install matplotlib'

希望對您有所幫助。 BR

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM