Python Forum

Full Version: Error to install pygame
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am trying to install pygame in python 3.7.0 version in windows 10 (32 bit)
please help me with below error.

C:\Python\Home> pip install pygame

WARNING: pip is configured with locations that require TLS/SSL, however the ssl
module in Python is not available.
Requirement already satisfied: pygame in c:\python\home\lib\site-packages (1.9.2a0)
WARNING: pip is configured with locations that require TLS/SSL, however the sslmodule in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

Thanks in advance.
Quote:Requirement already satisfied: pygame in c:\python\home\lib\site-packages (1.9.2a0)
that says you have it installed open your interactive prompt(idle, thonny etc) and check
import pygame