I can not download pygame

1

guys, I was trying to download pygame through pycharm but it keeps crashing all the time, does anyone know why?

Can anyone help me?

    
asked by anonymous 24.02.2018 / 19:00

2 answers

0

As I do not know which method you used, I'll give you the 2 best ones, in my opinion:

Automatic method

  • Use the Ctrl + Alt + S shortcut to enter settings
  • Go to Project: Nome_do_Projeto
  • Click *Project Interpreter
  • Click the green + button
  • Search for Pygame and click Install Package
  • ManualMethod

    Ifnot,IsuggestdownloadingandmanuallyinstallingPygamethrough this link .

    After installing make sure the package is up to date. (If not a blue arrow will appear when you select the package name)

        
    27.02.2018 / 02:37
    0

    The error says that you are typing the installation command in the wrong field. If you installed python in the default way (linking it to environment variables)

    Just open the CMD (Windows + R | CMD | [Enter]) and type:

    Pip install pygame [Enter]

    Ready, python itself will download / install in the correct directory

        
    27.02.2018 / 02:42