python3.4升级了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 the warning
牵扯到什么格式问题,看到不是很懂,但是红呼呼的看起来很不舒服
解决方案:
在C:\ProgramData下创建pip文件夹,在里面创建pip.ini文件,打开写上
[list]
format=columns
然后讨厌的红字就没有啦~