【发布时间】:2021-12-25 14:29:03
【问题描述】:
我发现输出如下:
C:\Users\mm>python -m pip install statlib
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting statlib
ERROR: ***Could not find a version that satisfies the requirement statlib (from versions: none)
ERROR: No matching distribution found for statlib***
WARNING: You are using pip version 19.2.3, however version 20.3.4 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
如何解决问题并运行statlib?
【问题讨论】:
标签: python-2.7 installation pip