upgrade of pip on my python 2.7 version
Thomas Passin
list1 at tompassin.net
Wed Sep 27 12:49:09 EDT 2023
On 9/27/2023 7:17 AM, Zuri Shaddai Kuchipudi via Python-list wrote:
> hello everyone this the error that im getting while trying to install and upgrade pip on what is the solution for it?
>
> C:\repository\pst-utils-pc-davinci-simulator>pip install
> You are using pip version 7.0.1, however version 23.2.1 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
> You must give at least one requirement to install (see "pip help install")
>
> C:\repository\pst-utils-pc-davinci-simulator>pip install --upgrade pip
> You are using pip version 7.0.1, however version 23.2.1 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
> Collecting pip
> Using cached https://files.pythonhosted.org/packages/ba/19/e63fb4e0d20e48bd2167bb7e857abc0e21679e24805ba921a224df8977c0/pip-23.2.1.tar.gz
> Complete output from command python setup.py egg_info:
> Traceback (most recent call last):
> File "<string>", line 20, in <module>
> File "c:\users\kuchipz\appdata\local\temp\pip-build-gc4ekm\pip\setup.py", line 7
> def read(rel_path: str) -> str:
> ^
> SyntaxError: invalid syntax
>
> ----------------------------------------
> Command "python setup.py egg_info" failed with error code 1 in c:\users\kuchipz\appdata\local\temp\pip-build-gc4ekm\pip
Possibly this:
https://techglimpse.com/install-higher-version-pip-python27/
More information about the Python-list
mailing list