I get this warning when signing onto my server. What is the command to upgrade pip? The suggestion above is a little confusing to me. Thanks, Itworx4me
Yes, same here Just run the "pip install --upgrade pip" command. However, i get this warning after upgrade completed Code (Text): 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 Need pyhton upgrade separately i though.
if you're on 123.09beta01 run cmupdate to update to latest 123.09beta01 code and then run centmin.sh once and exit. It should update pip automatically for you and if not then just run manually Code (Text): pip install --upgrade pip and ignore deprecation message
@negative How did you upgrade Python. Just like below? I did not use 3.8.0, still beta (like CMM beta, but keep fingers crossed with Python) Code (Text): wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz tar -xJf Python-3.7.4.tar.xz cd Python-3.7.4 ./configure make && make install
i wouldn't source compile python that way, you can break python yum packages including YUM functionality also CentOS 7.7 will also have python yum package changes to account for too