pip 警告!The default format will switch to columns in the future
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip 警告!The default format will switch to columns in the future相关的知识,希望对你有一定的参考价值。
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.
pip升级到9.0.1后 查看pip.list 出现的警告 , 这个警告是提示以后pip的版本默认格式会采用columns, 你可以通过--format来指定以什么形式进行展示(legacyh 或者 columns 格式)
不影响正常使用 就是不太美观
解决方法:
创建pip.conf的配置文件去掉警告。
cd ~ 跳到根目录
mkdir .pip 创建.pip文件(.pip隐藏文件)
cd .pip 进入到.pip
vi pip.conf 创建pip,conf文件并进入到vi编辑模式
在vi里输入以下内容:
i 进入插入模式 进行输入 输入完Esc进入命令模式
输入Shift +: 输入x 保存 退出
回到根目录 cd ~
再次输入 pip.list 警告没有了 看着舒服多了(送给强迫症的朋友)
以上是关于pip 警告!The default format will switch to columns in the future的主要内容,如果未能解决你的问题,请参考以下文章
pip list报错:DEPRECATION: The default format will switch to columns in the future.
pypi开源项目文档终极秘诀应对rst解析错误:The description failed to render in the default format of reStructuredText(代
pypi开源项目文档终极秘诀应对rst解析错误:The description failed to render in the default format of reStructuredText(代
Mysql:Changes in MySQL 5.7.7 (2015-04-08, Release Candidate):The innodb_file_format default value wa