About 98,400 results
Open links in new tab
  1. python 3.x - How to install pygame windows 10? - Stack Overflow

    Aug 23, 2015 · Run the command, py -m pip install -U pygame --user, but before you run this command first of all make sure you configure your environment variables properly. Step3 Type python in command prompt, this will take you to the python command line which will look like this ">>>".If not then you have a problem with your system variables.

  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 link. Make sure to add python and pip to your environment path. Restart your computer and then try again!

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

    Oct 11, 2020 · Many packages do not have pre-built wheels for Python 3.9 as it is new. Also pygame-1.9.6-cp27-cp27m-win_amd64.whl is for Python 2.7

  4. python - Using Pygame without installing - Stack Overflow

    Jan 16, 2013 · If you can't get @ViteFalcon's method to work and you're willing to try other packages besides pygame, check out pyglet, which can be imported without being installed. (If you're using a 64-bit Python, you may need to go with …

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

    Jan 26, 2019 · Valid and working pygame installation (at the time of posting), using Conda environments and python 3.10: conda install -c conda-forge pygame Using pip as others have suggested should work (in most cases), but if your aim is to have robust dependencies conda is probably a bit better.

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

    Nov 2, 2019 · Now install pygame pip3 install pygame Result : Collecting pygame Downloading pygame-2.4.0-cp310-cp310-macosx_10_9_x86_64.whl (13.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 5.3 MB/s eta 0:00:00

  7. python - Can't install pygame_sdl2 - Stack Overflow

    May 13, 2017 · I'm creating a tower defense game using python and pygame. I would like to add this one on the Google Play Store, but I need to create an apk file. I'm following a tutorial on GitHub: https://gith...

  8. Can't install pygame with pip for Python 3.7 - Stack Overflow

    Download pygame‑1.9.3‑cp37‑cp37m‑win_amd64.whl if you have a 64-bit Python version or pygame‑1.9.3‑cp37‑cp37m‑win32.whl if you have a 32-bit version. Then open the command-line, navigate to the directory that contains the wheel file and install it with pip: py -3.7 -m pip install pygame‑1.9.3‑cp37‑cp37m‑win_amd64.whl

  9. python - PyCharm won't import PyGame - Stack Overflow

    Dec 2, 2018 · This is basically how i solve my problem try to get pygame install in my pycharm. I hope you are having the same problem too. So go to : File->Settings->Project->Project Interpreter. Click the plus button '+' on the top right window Search for pygame and fill in the version and option Install Package It works for me at last!

  10. How do I install pygame for a new version of idle? (Windows)

    Oct 20, 2020 · 'python3 -m pip install -U pygame --user', I've even tryed upgrading it with 'sudo pip3 install --upgrade pip', and 'sudo pip3 install pygame==2.0.0.dev6', and 'pip3.9 install pygame'. Just for clarification, I already have it on my older version of IDLE, but I'm trying to get it on the newer version (3.9).

Refresh