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
  Unable to install pygame (but it seems to already be installed) garthE 1 1,560 Apr-15-2025, 05:02 PM
Last Post: jassonadder
  Cannot install and use pygame zero garthE 7 2,871 Sep-24-2024, 11:56 AM
Last Post: garthE
  [PyGame] Pygame attribute error djwilson0495 3 5,290 Feb-18-2021, 03:34 PM
Last Post: michael1789
Big Grin Error installing Pygame-Zero dpa2007 1 4,002 Dec-26-2020, 03:50 PM
Last Post: MK_CodingSpace
  Can't get pygame to install djwilson0495 13 15,400 Dec-07-2020, 01:30 PM
Last Post: djwilson0495
  Trying to install pygame Mac OS x high sierra giladal 2 3,699 Oct-18-2020, 09:27 PM
Last Post: nilamo
  pygame error in my clicker game CrazyMakes 2 3,350 Apr-19-2020, 03:04 AM
Last Post: Windspar
  installing pygame error pylab 1 5,230 Dec-31-2019, 05:44 PM
Last Post: pylab
  [PyGame] pygame image loading error BlueClaw 6 8,244 Dec-10-2019, 08:50 PM
Last Post: BlueClaw
  Problem with music - Pygame.error GaseBall 1 4,146 Nov-28-2019, 07:46 PM
Last Post: SheeppOSU

Forum Jump:

User Panel Messages

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