A
A
Alexey2020-06-17 13:43:08
Python
Alexey, 2020-06-17 13:43:08

PIP update, why does the error occur?

Hello! Started discovering the world of Python! My first programming language (I'm a teapot).
Now I need to install the requests library .
When trying to install, an error occurs.

5ee9f1f27f201138809969.png

Based on the error, I understand that I need to update pip (maybe not, and I'm doing everything wrong initially).
I launch cmd and enter the command to update pip and the error occurs again.

5ee9f2f1d96e7679118310.png

5ee9f2fa07442583874098.png

I don't understand what to do.
Googled, found answers and advice did not help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2020-06-17
@frar1cks

The error on the first screen is due to the fact that for some reason you are trying to install the module in a non-virtual environment, but you do not have the rights to do so. And judging by the following screenshots, you do not have access to PyPI servers, and maybe even to the network.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question