About 43,800 results
Open links in new tab
  1. 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 …

  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. python - How do I install pygame with cmd? - Stack Overflow

    Feb 5, 2021 · 0 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 …

  4. python - Using Pygame without installing - Stack Overflow

    Jan 16, 2013 · EDIT: In case you're wondering how to build pygame from source, you'll need to run setup.py build. This will build the python library into 'build' folder of the package directory …

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

    Jan 27, 2023 · 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 …

  6. Why does "pip install" inside Python raise a SyntaxError?

    Dec 18, 2011 · Actually pip.exe in windows is an python script as others in /scripts directory, but wraped in exe to run it with default python interpreter. By opening pip.exe with 7-zip you can …

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

  8. python - Unable to install Pygame using pip - Stack Overflow

    I'm trying to install Pygame. I am running Windows 7 with Enthought Python Distribution. I successfully installed pip, but when I try to install Pygame using pip, I get the following error: …

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

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