About 61 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 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 …

  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 …

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

  5. Como instalar pygame en Python3 con pip - Stack Overflow en …

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

  6. python - Installation of pygame with Anaconda - Stack Overflow

    Feb 19, 2017 · I have Anaconda 1.6.2, which uses Python 2.7.5, installed on a Windows 7 64-bit system. I need to install Pygame 1.9.1 and this is not part of the conda repository. I cannot run …

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

  8. How to install Pygame in Python - Stack Overflow

    Nov 25, 2019 · I'm a student learning Python and we have a project that needs to reference Pygame. I have no idea how to get this to work on my home computer. I'm using Python 3.7 …

  9. How to install pygame in Windows 10 for python 3.9?

    Oct 11, 2020 · install pywin32 first ,pip install pywin32. and then istall pygame pip install pygame by doing this you shall be able to download it

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