guys, I was trying to download pygame through pycharm but it keeps crashing all the time, does anyone know why?
Can anyone help me?
As I do not know which method you used, I'll give you the 2 best ones, in my opinion:
Ctrl + Alt + S
shortcut to enter settings Project: Nome_do_Projeto
*Project Interpreter
Install Package
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)
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