|
|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
python已将更新到3.8了, 我把3.7的版本给卸掉了, 安装完3.8的版本之后, 我就去安装python的那些模块,
但我安装第一个模块pygame却报了下面这个错:
ERROR: Command errored out with exit status 1:
ERROR: Command errored out with exit status 1:
command: 'c:\users\yunzh\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\yunzh\\AppData\\Local\\Temp\\pip-install-8vyn36qr\\pygame\\setup.py'"'"'; __file__='"'"'C:\\Users\\yunzh\\AppData\\Local\\Temp\\pip-install-8vyn36qr\\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 pip-egg-info
cwd: C:\Users\yunzh\AppData\Local\Temp\pip-install-8vyn36qr\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:\Users\yunzh\AppData\Local\Temp\pip-install-8vyn36qr\pygame\setup.py", line 194, in <module>
buildconfig.config.main(AUTO_CONFIG)
File "C:\Users\yunzh\AppData\Local\Temp\pip-install-8vyn36qr\pygame\buildconfig\config.py", line 210, in main
deps = CFG.main(**kwds)
File "C:\Users\yunzh\AppData\Local\Temp\pip-install-8vyn36qr\pygame\buildconfig\config_win.py", line 576, in main
and download_win_prebuilt.ask(**download_kwargs):
File "C:\Users\yunzh\AppData\Local\Temp\pip-install-8vyn36qr\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.
请问这是什么情况??? |
|