Want to subscribe to topics you're interested in?
Become a Member

Pip updates are not automatically installed by Centminmod

Discussion in 'Centmin Mod Insights' started by pamamolf, May 5, 2020.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    4:29 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hello

    I am getting this twice:
    Code:
    WARNING: You are using pip version 20.0.2; however, version 20.1 is available.
    You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command.
    WARNING: You are using pip version 20.0.2; however, version 20.1 is available.
    You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command.
    If i remember correctly that is taking care automatically from Centminmod and on second run the message is gone but it didn't this time....

    Should i run the commands manually or a fix on Cenminmod can take care of it?

    The weird thing is that i am getting that issue only on my test vps server and none of my other Centminmod servers have that issue...

    Thank you

     
    Last edited: May 5, 2020
  2. eva2000

    eva2000 Administrator Staff Member

    54,098
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    12:29 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    CentOS 7 or 6 server ?
    It should when you run centmin.sh menu option and should resolve itself on second and subsequent centmin.sh menu runs. Should be fine to run the suggested command. Before you do that, what is output for these 3 commands
    Code (Text):
    pip --version
    pip2 --version
    pip3 --version
    

    Code (Text):
    pip --version
    pip 20.0.2 from /usr/local/lib/python3.6/site-packages/pip (python 3.6)
    
    pip2 --version
    pip 20.0.2 from /usr/lib/python2.7/site-packages/pip (python 2.7)
    
    pip3 --version
    pip 20.0.2 from /usr/local/lib/python3.6/site-packages/pip (python 3.6)
    
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    4:29 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Centos 7

    Code:
    pip --version
    pip 20.0.2 from /usr/lib/python2.7/site-packages/pip (python 2.7)
    
    pip2 --version
    pip 20.0.2 from /usr/lib/python2.7/site-packages/pip (python 2.7)
    
    pip3 --version
    pip 9.0.3 from /usr/lib/python3.6/site-packages (python 3.6)
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,098
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    12:29 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    :)