错误:命令错误,退出状态为1:python setup.py egg_info检查日志以获取完整的命令输出

时间:2020-10-25 22:57:30

标签: python pip pygame

我尝试在CMD中运行它
disp

完全错误

pip install pygame 

删除了部分错误。

ERROR: Command errored out with exit status 1:
     command: 'c:\users\sivan\appdata\local\programs\python\python39\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\sivan\\AppData\\Local\\Temp\\pip-install-dz1zm4zn\\pygame\\setup.py'"'"'; __file__='"'"'C:\\Users\\sivan\\AppData\\Local\\Temp\\pip-install-dz1zm4zn\\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 'C:\Users\sivan\AppData\Local\Temp\pip-pip-egg-info-_w5pcpwc'
         cwd: C:\Users\sivan\AppData\Local\Temp\pip-install-dz1zm4zn\pygame\
    Complete output (17 lines):


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

这是什么问题? 请解释

0 个答案:

没有答案