0

Whenever I upgrade the pip the python-3.6 version gets upgraded and when I do same for pip3.8 I get errors. Following snippets shows the detail:

users@user01:/mnt/d/codes/py38$ pip3.8 install --upgrade pip3.8

Collecting pip3.8

ERROR: Could not find a version that satisfies the requirement pip3.8 (from versions: none) ERROR: No matching distribution found for pip3.8

Here's the system prompts:

WARNING: You are using pip version 19.2.3, however version 20.0.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command.

And when I run pip3.8 --versioin the following pops up:

pip 19.2.3 from /usr/local/lib/python3.8/site-packages/pip (python 3.8)

Need Help!!

Thank You!!

1 Answer 1

1
$ sudo pip3.8 install --upgrade pip

will give you the permissions you need.

If you aren't an administrator on the machine, you either need to su to one, or get them to run the command for you.

Sign up to request clarification or add additional context in comments.

1 Comment

and for windows users, running cmd as administrator will do it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.