1
votes

I required pip before installing aws cli so I tried to install pip by using command.

curl -O https://bootstrap.pypa.io/get-pip.py

As soon as I run this command it starts the timer and after every 2 minutes and approx 6 seconds it stops and terminates displaying the message.

Please open this image to see the message

What does this error indicate?

1

1 Answers

1
votes

This error indicates that you either don't have access or have limited access to the address https://bootstrap.pypa.io.

If this is an EC2 instance, make sure you are allowing outbond traffic for the port 443 (https).