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

Posted igoodful

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip list报错:DEPRECATION: The default format will switch to columns in the future.相关的知识,希望对你有一定的参考价值。

一、现象:

      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.
二、解决方案:
如果你的PIP版本是9.0.1话,可以在~/pip/pip.conf配置文件中加入下面的语句,避免这类警告:

    [list]
    format=columns


Win7系统自己创建%APPDATA%pippip.ini文件,添加如下文件内容:

    [list]
    format=columns

    一般出现这种警告的都是pip9,可以把它更新到最新的版本,直接运行如下命令即可:


python -m pip install --upgrade pip 
我更新之后再用pip list就没有提示警告了。

以上是关于pip list报错:DEPRECATION: The default format will switch to columns in the future.的主要内容,如果未能解决你的问题,请参考以下文章

pip install wechatpy报错

pip list 警告消除方法

pip list 警告消除方法

pip遇见的format问题

python3 安装cffi报错

python3 安装cffi报错