Ayanami_173 发表于 2020-10-15 09:02:55

老哥们,更新python库时出现这个是啥情况

ERROR: Command errored out with exit status 1:
   command: 'c:\users\ayanami\appdata\local\programs\python\python39\python.exe' -c 'import sys, setuptools, tokenize; sys.argv = "D:\\don'"'"'t delete\\pip-install-ivhsnmrx\\pygame\\setup.py"; __file__="D:\\don'"'"'t delete\\pip-install-ivhsnmrx\\pygame\\setup.py";f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'D:\don'"'"'t delete\pip-pip-egg-info-oys1az4h'
         cwd: D:\don't delete\pip-install-ivhsnmrx\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-x64"? Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "D:\don't delete\pip-install-ivhsnmrx\pygame\setup.py", line 194, in <module>
      buildconfig.config.main(AUTO_CONFIG)
      File "D:\don't delete\pip-install-ivhsnmrx\pygame\buildconfig\config.py", line 210, in main
      deps = CFG.main(**kwds)
      File "D:\don't delete\pip-install-ivhsnmrx\pygame\buildconfig\config_win.py", line 576, in main
      and download_win_prebuilt.ask(**download_kwargs):
      File "D:\don't delete\pip-install-ivhsnmrx\pygame\buildconfig\download_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.

AB与C 发表于 2020-10-15 09:20:39

No "Setup" File Exists   中间的报错信息说了没有setup,正在使用config配置……什么的

Ayanami_173 发表于 2020-10-15 10:28:48

AB与C 发表于 2020-10-15 09:20
No "Setup" File Exists   中间的报错信息说了没有setup,正在使用config配置……什么的

额。。具体是啥意思。。
页: [1]
查看完整版本: 老哥们,更新python库时出现这个是啥情况