Python Forum
Pycharm dosnt load pygame - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: Pycharm dosnt load pygame (/thread-25014.html)



Pycharm dosnt load pygame - Matres - Mar-15-2020

so when i try to install pygame on pycharm i get
Collecting pygame
Using cached https://files.pythonhosted.org/packages/0f/9c/78626be04e193c0624842090fe5555b3805c050dfaa81c8094d6441db2be/pygame-1.9.
6.tar.gz
Complete output from command python setup.py egg_info:


WARNING, No "Setup" File Exists, Running "buildconfig/config.py"
Using WINDOWS configuration...


Download prebuilts to "prebuilt_downloads" and copy to "./prebuilt-x86"? [Y/n]Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\User\AppData\Local\Temp\pip-install-_pmfl6p7\pygame\setup.py", line 194, in <module>
buildconfig.config.main(AUTO_CONFIG)
File "C:\Users\User\AppData\Local\Temp\pip-install-_pmfl6p7\pygame\buildconfig\config.py", line 210, in main
deps = CFG.main(**kwds)
File "C:\Users\User\AppData\Local\Temp\pip-install-_pmfl6p7\pygame\buildconfig\config_win.py", line 576, in main
and download_win_prebuilt.ask(**download_kwargs):
File "C:\Users\User\AppData\Local\Temp\pip-install-_pmfl6p7\pygame\buildconfig\download_win_prebuilt.py", line 302, in ask
reply = raw_input(
EOFError: EOF when reading a line

----------------------------------------

But on VS i have pygame the question is why pycharm dosnt load and dosnt want to install pygame but VS do


RE: Pycharm dosnt load pygame - Larz60+ - Mar-16-2020

this is a question you should direct to Jetbrains, the authors of pycharm.