Get the most out of your Centmin Mod LEMP stack
Become a Member

Beta Branch update python 2.7 pip update to 20.3.4 max in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jan 25, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    54,113
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    10:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update python 2.7 pip update to 20.3.4 max in 123.09beta01

    For initial on CentOS 7 update pyhton 2.7 package based pip, installer upgrades pip. This update will only update pip to 20.3.4 version from initial python 2.7 pip 8.1.2 version as the jumping straight to recent release pip 21.x version on Jan 24, 2021 pip is breaking python 2.7 pip command/updates. Doing this seems to allow pip upgrades to max out at 20.3.4 instead of installing 21.x version which drops support for python 2.7


    Code (Text):
    pip install --upgrade pip
    DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
    Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages (20.3.4)


    Python 2.7 upgrade message can be ignored. See Sysadmin - CentOS 7 Python 2.7 will reach the end of its life on January 1st, 2020 and https://blog.centminmod.com/2021/01...ade-deprecation-end-of-life-january-1st-2020/

    Continue reading...

    123.09beta01 branch