Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error to install pygame
#1
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.
Reply
#2
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] Unable to install pygame never_too_old 2 67 Yesterday, 11:17 PM
Last Post: Blue Dog
  Unable to install pygame (but it seems to already be installed) garthE 3 5,394 Jun-28-2025, 03:54 AM
Last Post: Plyth
  Cannot install and use pygame zero garthE 7 7,093 Sep-24-2024, 11:56 AM
Last Post: garthE
  [PyGame] Pygame attribute error djwilson0495 3 6,426 Feb-18-2021, 03:34 PM
Last Post: michael1789
Big Grin Error installing Pygame-Zero dpa2007 1 4,787 Dec-26-2020, 03:50 PM
Last Post: MK_CodingSpace
  Can't get pygame to install djwilson0495 13 21,104 Dec-07-2020, 01:30 PM
Last Post: djwilson0495
  Trying to install pygame Mac OS x high sierra giladal 2 4,601 Oct-18-2020, 09:27 PM
Last Post: nilamo
  pygame error in my clicker game CrazyMakes 2 4,016 Apr-19-2020, 03:04 AM
Last Post: Windspar
  installing pygame error pylab 1 5,989 Dec-31-2019, 05:44 PM
Last Post: pylab
  [PyGame] pygame image loading error BlueClaw 6 10,426 Dec-10-2019, 08:50 PM
Last Post: BlueClaw

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020