簡體   English   中英

如何修復此 linter Pylint 安裝返回錯誤?

[英]How can I fix this linter Pylint install return error?

我使用Visual Studio 代碼 我正在從 Python 2.7 切換到 Python 3.8。 嘗試安裝 linter Pylint時,我收到以下錯誤消息:

Could not find a version that satisfies the requirement pylint<2.0.0 (from versions: )
No matching distribution found for pylint<2.0.0

我該怎么做才能安裝Pylint

報錯信息截圖

在我看來,早於2.0.0的 Pylint 版本( pylint pylint < 2.0.0 )與Python 3.8不兼容。 您可能希望刪除Pylint上的<2.0.0版本約束,然后嘗試再次安裝。

暫無
暫無

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

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