pip list 警告消除方法

Posted 姑苏小邪

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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] section)

to disable this warning.

 

 

解决方法:

在C:\Users\Administrator下建立pip文件夹,在pip下新建 pip.ini:

  写入:

[list]
format=columns
 

以上是关于pip list 警告消除方法的主要内容,如果未能解决你的问题,请参考以下文章