DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020

这几天打开spyder运行,发现之前装的库都用不了了,就想重新配置一下,输入命令行之后就发现了这个:
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020_第1张图片
好像是python服务到期之类的
python -m pip install --upgrade pip
有报错,不行……
conda update --all
慢慢等,等所有更新完成之后,就可以重新用啦!

你可能感兴趣的:(python,anaconda,pip)