1. [转] 命令行里 pip list 执行时出现DEPRECATION 解决办法
程序员文章站
2022-03-26 19:21:30
...
[转]命令行里 pip list 执行时出现DEPRECATION 解决办法
报错内容:
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.
解决办法:
在C:\Users\Administrator下建立pip文件夹,在pip下新建pip.ini,内容为:
[list]
format=columns
作者:zhizunyu2009
来源:CSDN
原文:https://blog.csdn.net/zhizunyu2009/article/details/79901947
上一篇: JAVA开发常见错误汇总(不定期更新)
下一篇: C#设置窗体透明,控件不透明