I am using Python version 3.7.2. I tried to install pygame using the cmd command: pip install pygame
However I got an error saying:
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000000012917CD60>: Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions')': /simple/pygame/ ERROR: Could not find a version that satisfies the requirement pygame (from versions: none) ERROR: No matching distribution found for pygame
I tried to shut down my firewall but this did not resolve the issue. I was also able to access pypi.org otherwise in Chrome but pygame was unable to install through the cmd.
Please help Thanks in advance!