Python Forum

Full Version: Pycharm dosnt load pygame
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so when i try to install pygame on pycharm i get
Collecting pygame
Using cached https://files.pythonhosted.org/packages/...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
this is a question you should direct to Jetbrains, the authors of pycharm.