About 103,000 results
Open links in new tab
  1. python - How do I install pygame with cmd? - Stack Overflow

    Feb 5, 2021 · To install pygame you need to write the command: pip install pygame in your command prompt, if that does not work try: pip3 install pygame If that fails, make sure to install …

  2. How to solve the "pip install pygame" issue? - Stack Overflow

    Jun 23, 2019 · For this, you have to install pygame package from the cmd (on Windows) or from the terminal (on mac). Just type pip install pygame.If it doesn't work for you, then try using this …

  3. Getting requirements to build wheel-error Pygame on Windows

    May 17, 2023 · I am trying to install Pygame using this: pip install pygame and I get this result: ` pip install pygame Collecting pygame Using cached pygame-2.4.0.tar.gz (13.2 MB) Installing …

  4. Python pygame not installing - Stack Overflow

    Oct 25, 2022 · Pygame is a "C extension" and needs to re-release itself with new "wheels" (binaries) for every new minor release of Python (3.9, 3.10, 3.11, etc.) The latest "full" pygame …

  5. How do I install pygame on Ubuntu 24? - Stack Overflow

    Dec 7, 2024 · Try apt install python3-pygame or use a Virtual Environment, but don't create an apt repo for pygame unless you're willing to build and upload every version (IIRC).

  6. Error when trying to install pygame on Python 3 - Stack Overflow

    Nov 2, 2019 · Does this answer your question? Unable to install pygame on Python 3.8 via pip (Windows 10)

  7. How to install Pygame on Python 3.4? - Stack Overflow

    Jan 24, 2015 · When I try to install Pygame for Python 3.4 I download a .whl (wheel?) file and don't know how to use it. Some guys told me something about pip but don't know how to …

  8. How to install pygame windows 10? - Stack Overflow

    Aug 23, 2015 · I just tried to install pygame for python 3.4 my windows computer, but apparently I need to extract the whl file? I have seen other questions like this one on stackoverflow and it …

  9. How can I install pygame without admin permission

    Jan 25, 2024 · What you can do is unpacking the .tar.gz file at home on a computer and copy the pygame folder to a USB. Bring the USB to school and copy the pygame folder to the site …

  10. pip install pygame not working and i don't know why

    Jun 26, 2024 · Try using below command sudo apt-get install python3-pip python3-dev sudo pip3 install pygame sudo apt-get install python3-pygame pip3 install pygame Or you can use …