pip list DEPRECATION: The default format will switch to columns in the future. You can use --format

最后都变了- 提交于 2020-02-10 21:44:44

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.

解决办法:

echo %APPDATA%
C:\Users\XXX\AppData\Roaming

cd C:\Users\XXX\AppData\Roaming

创建pip目录

创建pip.ini,写入:

[list]
format=columns

重新执行pip list,显示如下:

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!