Cant install pygame through cmd prompt on windows os

Issue

This Content is from Stack Overflow. Question asked by Ahmed AL-Ameen Ahmed

Hello, so basically i tried installing pygame through command prompt, but it kept om showing me this error, I tried changing the LAN proxy server from settings but it doesnt work, i watched alot of videos on youtube and I checked some forums but all seem not to, please reply if you have a solution to this error

C:UsersAdmin>pip install pygame
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002651464EA10>, ‘Connection to 172.31.2.200 timed out. (connect timeout=15)’)’: /simple/pygame/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002651464EDA0>, ‘Connection to 172.31.2.200 timed out. (connect timeout=15)’)’: /simple/pygame/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002651464EEF0>, ‘Connection to 172.31.2.200 timed out. (connect timeout=15)’)’: /simple/pygame/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002651464F1F0>, ‘Connection to 172.31.2.200 timed out. (connect timeout=15)’)’: /simple/pygame/



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?