About 54 results
Open links in new tab
  1. python - Como instalar pygame en Python3 con pip - Stack …

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

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

    Jan 24, 2015 · Here is a link to download pygame for different versions of Python, up to Python 3.4 in 32 bit and 64 bit. To test if it installed properly, open your python shell and type in this …

  3. Python pygame not installing - Stack Overflow

    Oct 25, 2022 · pip install pygame-ce ^ pygame-ce (pygame community edition) is a modern fork of pygame by many pygame contributors that supports 3.11 out of the box, just recently launched.

  4. python - Getting requirements to build wheel-error Pygame on …

    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 …

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

  6. Why can't I install Pygame for Python - Stack Overflow

    Jan 27, 2023 · The Python interactive console is meant for executing Python code, whereas pip install pygame is a shell command to download and install an external package/module, not …

  7. How do I install pygame on python 3.6? - Stack Overflow

    Sep 3, 2017 · Here is how I installed pygame on my Windows 10 Home 64 bit system with Python 3.6. (I installed Python through Anaconda but this should also work if you used python.org.)

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

  9. python - Cant install pygame - Stack Overflow

    Oct 23, 2019 · Assuming you're using an IDE with the ability to automatically install imports (PyCharm for example) you can just set your IDE's current interpreter to python 3.7.4 and use …

  10. python 3.x - 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 …