I am trying to install pygame with pip install . but every time i tried i faced to this error.
Retrying (Retry(total=4, connect=None, read=None, redir
Go to this Website, download the pygame‑1.9.3‑cp36‑cp36m‑win_amd64.whl file, open cmd, change directory to the folder you have the .whl file end type:
pip install pygame‑1.9.3‑cp36‑cp36m‑win_amd64.whl .
pip install pygame‑1.9.3‑cp36‑cp36m‑win_amd64.whl
This works when you are trying to install packages and firewalls are blocking the connection.