pip list 顯示出以下錯誤: DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] se


1.先確保你在~/.pip   目錄下有文件pip.conf

如果沒有就創建這個文件:vim ~/.pip/pip.conf

2.在pip.conf文件里面加入代碼:

[list]  
format=columns 

  這樣警告就會消失了


免責聲明!

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



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