ERROR: After October 2020 you may experience errors when installing or updating packages


問題描述: 使用pip安裝模塊時報錯: ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

解決方法: 在pip命令中加入–use-feature=2020-resolver參數就可以了, 比如pip install xxx --use-feature=2020-resolver


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM