I can NOT install pygame on pycharm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I can NOT install pygame on pycharm

I tried to install pygame on pycharm, but it was unsuccessful. I re-install python, renew pip version. On cmd everything runs well, but on pycharm I've got error message: EOFError: EOF when reading a line And after this message: "Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'C:\Users\ssigi\PycharmProjects\snake_game\venv\Scripts\python.exe'. " Can somebody explain me? What is mean "run from the system terminal"?

30th Jun 2020, 6:39 PM
Sigitas S
Sigitas S - avatar
2 Answers
+ 3
"run from the system terminal" means to run the command manually from the command prompt in CMD or Terminal (depending on OS). Make sure to install to the venv that the project is using or you'll continue to have errors. https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000300680-Add-pygame-to-PyCharm
30th Jun 2020, 7:07 PM
ChaoticDawg
ChaoticDawg - avatar
0
ChaoticDawg I read what you sent me, but that things I did it. Nothing helps yet. Need more time probably 😔
30th Jun 2020, 8:32 PM
Sigitas S
Sigitas S - avatar