Skip to main content

Not sure what this means.  My staff attempted to install 1.3.4 on a Server that previously had 1.3.1.

He got this error????  Now what?

Not sure what this means.  My staff attempted to install 1.3.4 on a Server that previously had 1.3.1.

He got this error????  Now what?

Hi Nelson, this is from the documentation:

It is recommended that you upgrade to pip version higher than pip v10.0.1 and lesser than pip v23.0.1 before beginning installation.

If you are installing Python for the first time, select Add Python 3.X to PATH from the Setup window.

If you already have Python installed, ensure that the path-to-PythonScripts directory is included in your PATH environment variable so the pip executable can be located.

To update pip to the latest version, enter the following:
     python -m pip install -U pip 

To update pip to a specific version, enter the following:
     python -m pip install pip==