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] Pygame attribute error djwilson0495 3 3,937 Feb-18-2021, 03:34 PM
Last Post: michael1789
Big Grin Error installing Pygame-Zero dpa2007 1 3,175 Dec-26-2020, 03:50 PM
Last Post: MK_CodingSpace
  Can't get pygame to install djwilson0495 13 10,229 Dec-07-2020, 01:30 PM
Last Post: djwilson0495
  Trying to install pygame Mac OS x high sierra giladal 2 2,741 Oct-18-2020, 09:27 PM
Last Post: nilamo
  pygame error in my clicker game CrazyMakes 2 2,550 Apr-19-2020, 03:04 AM
Last Post: Windspar
  installing pygame error pylab 1 4,262 Dec-31-2019, 05:44 PM
Last Post: pylab
  [PyGame] pygame image loading error BlueClaw 6 6,398 Dec-10-2019, 08:50 PM
Last Post: BlueClaw
  Problem with music - Pygame.error GaseBall 1 3,197 Nov-28-2019, 07:46 PM
Last Post: SheeppOSU
  Pygame to exe error Clunk_Head 0 2,971 Oct-19-2019, 01:34 PM
Last Post: Clunk_Head
  PIP cannot install Pygame Amaly84 6 9,862 Sep-04-2019, 07:59 PM
Last Post: Amaly84

Forum Jump:

User Panel Messages

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