Pip 安装 EOFError [英] Pip Install EOFError

查看:36
本文介绍了Pip 安装 EOFError的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是 Windows 10,最近更新到了 python 3.8.我正在尝试在新版本上安装 pygame 并尝试 py -m pip install -U pygame --user 但出现此错误:

I am using windows 10 and recently updated to python 3.8. I'm trying to install pygame on the new version and tried py -m pip install -U pygame --user but got this error:

    ERROR: Command errored out with exit status 1:
     command: 'C:UsersusernameAppDataLocalProgramsPythonPython38-32python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\username\AppData\Local\Temp\pip-install-_e3mjg4_\pygame\setup.py'"'"'; __file__='"'"'C:\Users\username\AppData\Local\Temp\pip-install-_e3mjg4_\pygame\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
         cwd: C:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygame
    Complete output (17 lines):


    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:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygamesetup.py", line 194, in <module>
        buildconfig.config.main(AUTO_CONFIG)
      File "C:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygameuildconfigconfig.py", line 210, in main
        deps = CFG.main(**kwds)
      File "C:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygameuildconfigconfig_win.py", line 576, in main
        and download_win_prebuilt.ask(**download_kwargs):
      File "C:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygameuildconfigdownload_win_prebuilt.py", line 302, in ask
        reply = raw_input(
    EOFError: EOF when reading a line
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.    ERROR: Command errored out with exit status 1:
     command: 'C:UsersusernameAppDataLocalProgramsPythonPython38-32python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\username\AppData\Local\Temp\pip-install-_e3mjg4_\pygame\setup.py'"'"'; __file__='"'"'C:\Users\username\AppData\Local\Temp\pip-install-_e3mjg4_\pygame\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
         cwd: C:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygame
    Complete output (17 lines):


    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:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygamesetup.py", line 194, in <module>
        buildconfig.config.main(AUTO_CONFIG)
      File "C:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygameuildconfigconfig.py", line 210, in main
        deps = CFG.main(**kwds)
      File "C:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygameuildconfigconfig_win.py", line 576, in main
        and download_win_prebuilt.ask(**download_kwargs):
      File "C:UsersusernameAppDataLocalTemppip-install-_e3mjg4_pygameuildconfigdownload_win_prebuilt.py", line 302, in ask
        reply = raw_input(
    EOFError: EOF when reading a line
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

有人有什么建议吗?我在别处找不到任何东西,以前从未发生过这种情况.

Does anyone have any suggestions? I haven't been able to find anything elsewhere and have never had this happen before.

推荐答案

欢迎使用 Stack Overflow.我们很高兴有你在这里.可悲的是,我认为 pygame 目前在 3.8 上不是很可靠.我建议降级回 3.7 并在那里使用 pip 进行安装.

welcome to Stack Overflow. We are glad to have you here. Sadly, I don't think pygame is very reliable with 3.8 at the moment. I would recommend downgrading back to 3.7 and installing with pip there.

祝你好运!

这篇关于Pip 安装 EOFError的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆