
Help me to install higher version of PIP above 9.0.1 for python27 # pip install -upgrade pipĭownloading 2c7297465af5fe6eec2dbae490aa9763273ffdc1/pip-22.3.1.tar.gz (2.1MB)ġ00% |████████████████████████████████| 2.1MB 196kB/sĬomplete output from command python setup.py egg_info:įile "/tmp/pip-build-KWpQ2a/pip/setup.py", line 7Ĭommand "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-KW pQ2a/pip/

When tried to upgrade using pip install –upgrade pip, the command fails Command "python setup.py egg_info" failed with error code 1.Below is the complete error message. Some of the packages needs a higher version of pip atleast above 9.0.1. However, the version it has installed is 8.1.2 for Python version 2.7 though the latest version is 22.3.1. On my CentOS 7 minimal server installation, I installed python-pip using YUM.
