pip遇见的format问题

Posted 客往何处去

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip遇见的format问题相关的知识,希望对你有一定的参考价值。

这是pip升级以后的问题。

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.

解决方法:(windows)在C:\Users{用户名}\ 目录下创建名称为pip的文件夹,里面创建文本文件,内容为

[list] 
format=columns 

然后保存文件名为pip.ini就解决了。

也可以改为:

[list]
format=legacy

这就和原来一样按行输出。

以上是关于pip遇见的format问题的主要内容,如果未能解决你的问题,请参考以下文章

js常用代码片段

pip 警告!The default format will switch to columns in the future

解决问题:Linux(Ubuntu系统),pip list警告DEPRECATION: The default format will switch to columns in the future.

设置pip源国内源

pip list报错:DEPRECATION: The default format will switch to columns in the future.

如何在 Scala 中使用 java.String.format?