Can't install pip on my macOS laptop so I searched on how to install it and told me to use this
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
typed it into the terminal and got an error
raphael@Raphaels-MBP ~ % curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0curl: (7) Couldn't connect to server
This happened yesterday and just thought that it might work today. But it still doesn't.
Tried other solutions from:
How do I install pip on macOS or OS X?
I can't install PIP on MacOS Sierra
Still didn't work