其他分享
首页 > 其他分享> > pip报错

pip报错

作者:互联网

1.用Anaconda3安装完tensorflow-gpu-t1(我自己起的名字)之后,在cmd下执行pip list报了如下错误

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的版本太老了,有两种解决办法:

python -m pip install --upgrade pip 
[list]
format = columns

标签:format,cmd,list,legacy,报错,pip,columns
来源: https://blog.csdn.net/L1965314411/article/details/118571709