About 103,000 results
Open links in new tab
  1. 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 statement …

  2. 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 python from this …

  3. 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 use/install it.

  4. 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 build …

  5. 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 says to write in

  6. 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).

  7. 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)

  8. How to import pygame in visual studio code? - Stack Overflow

    Jan 26, 2019 · To elaborate on @Mehrdad's suggestion: There's a section on installing matplotlib in the Install and use packages section of the Visual Studio Code Get Started Tutorial. Something similar …

  9. 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 release, 2.1.2, was …

  10. Como instalar pygame en Python3 con pip - Stack Overflow en español

    ¿Como puedo instalar pygame para python3 mediante pip?. Tengo la version de Python 3.6.3. Probé con pip install pygame pero fue instalado en python 2.7. Gracias.