Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIP cannot install Pygame
#7
(Sep-02-2019, 10:53 PM)metulburr Wrote:
(Sep-02-2019, 09:57 PM)Amaly84 Wrote: Yes, i use wheel from your link above.
Then i would first uninstall that and first try to install it via pip before anything else.
(Sep-02-2019, 09:57 PM)Amaly84 Wrote: But how could i get "FileNotFoundError" when i test it?
Those are not official repos. Which means anything could happen. They are pre-compiled binaries from a 3rd source. Usually they are good, but that is not true always. They could in theory have a virus in them for all you know. The official pygame is downloaded via pip in which auto finds the correct one for you. Or you can download it directly from pypi. pip install pygame

So i would uninstall that pygame you have currently, and try again but using pip install pygame. Then report back if you get an error or not, wand what that error is.

It solved. I uninstalled the pygame first using "pip3 uninstall pygame", and then i installed back using "pip3 install pygame".

Thank you all for helps..
Reply


Messages In This Thread
PIP cannot install Pygame - by Amaly84 - Sep-02-2019, 07:35 PM
RE: PIP cannot install Pygame - by buran - Sep-02-2019, 07:45 PM
RE: PIP cannot install Pygame - by Amaly84 - Sep-02-2019, 08:58 PM
RE: PIP cannot install Pygame - by metulburr - Sep-02-2019, 09:54 PM
RE: PIP cannot install Pygame - by Amaly84 - Sep-02-2019, 09:57 PM
RE: PIP cannot install Pygame - by metulburr - Sep-02-2019, 10:53 PM
RE: PIP cannot install Pygame - by Amaly84 - Sep-04-2019, 07:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't get pygame to install djwilson0495 13 10,372 Dec-07-2020, 01:30 PM
Last Post: djwilson0495
  Trying to install pygame Mac OS x high sierra giladal 2 2,785 Oct-18-2020, 09:27 PM
Last Post: nilamo
  Error to install pygame skp 1 3,531 Apr-14-2020, 05:17 PM
Last Post: joe_momma
  pip install pygame choking on SDL dependency sneakyimp 20 13,005 Jan-23-2019, 12:36 PM
Last Post: metulburr
  pip can't install pygame SheeppOSU 1 9,490 Dec-08-2018, 08:20 PM
Last Post: snippsat
  How to install Pygame chappie 2 3,465 Dec-06-2017, 10:47 PM
Last Post: chappie
  How to begin coding for game making [Install pygame on mac] mattkrebs 2 4,996 Apr-02-2017, 10:57 AM
Last Post: machrider
  [split] permission error on pygame install pyteach 7 8,274 Jan-23-2017, 11:00 PM
Last Post: pyteach

Forum Jump:

User Panel Messages

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