python使用pip的一个问题

 MINT米田 发布于 2022-10-27 15:32

在windows上安装python3.5.2,运行命令pip list --outdated的结果如下:

dell@DESKTOP-MVU77SM MINGW64 ~/AppData/Local/Programs/Python/Python35
$ pip list --outdated
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|column                                 s) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warnin                                 g.
setuptools (20.10.1) - Latest: 32.0.0 [wheel]

问题:
第一个信息DEPRECATION:后面的是什么意思?怎么做可以消除它?

1 个回答
  • 找到你的pip.conf文件, 然后新增一行填上format=column

    2022-10-28 15:27 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有