我无法在python(64位)中安装pygame软件包。
我尝试通过以下方式通过pycharm(64位)安装它:
files>settings>program name>program interpreter
Run Code Online (Sandbox Code Playgroud)
然后,在安装pygame时,我遇到了这个问题:
Download prebuilts to "prebuilt_downloads" and copy to "./prebuilt-x64"? [Y/n]Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Manish\AppData\Local\Temp\pycharm-packaging\pygame\setup.py", line 194, in <module>
buildconfig.config.main(AUTO_CONFIG)
File "C:\Users\Manish\AppData\Local\Temp\pycharm-packaging\pygame\buildconfig\config.py", line 210, in main
deps = CFG.main(**kwds)
File "C:\Users\Manish\AppData\Local\Temp\pycharm-packaging\pygame\buildconfig\config_win.py", line 576, in main
and download_win_prebuilt.ask(**download_kwargs):
File "C:\Users\Manish\AppData\Local\Temp\pycharm-packaging\pygame\buildconfig\download_win_prebuilt.py", line 302, in ask
reply = raw_input(
EOFError: EOF when reading a line
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Manish\AppData\Local\Temp\pycharm-packaging\pygame\
Run Code Online (Sandbox Code Playgroud)
我做的第二件事是通过终端尝试它,但出现了同样的错误。
我的python和pycharm的先前版本为32位,然后我更改为64位。
我现在真的很困,因为我什至无法安装其他软件包,例如kivy等。
我正在使用 Windows 10,最近更新到 python 3.8。我正在尝试在新版本上安装 pygame 并尝试py -m pip install -U pygame --user但出现此错误:
ERROR: Command errored out with exit status 1:
command: 'C:\Users\username\AppData\Local\Programs\Python\Python38-32\python.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('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: C:\Users\username\AppData\Local\Temp\pip-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:\Users\username\AppData\Local\Temp\pip-install-_e3mjg4_\pygame\setup.py", line …Run Code Online (Sandbox Code Playgroud) 我尝试使用安装 pygame
pip install pygame
Run Code Online (Sandbox Code Playgroud)
我尝试使用 Python 3.8 安装它,但它输出以下错误。
我也尝试使用 Python 3.7 安装,但仍然没有成功。
错误:
ERROR: Command errored out with exit status 1:
command: 'c:\users\asus\appdata\local\programs\python\python38-32\python.exe'
-c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Asus\\AppData\\Local\\Temp\\pip-install-_ptqagog\\pygame\\setup.py'"'"';
__file__='"'"'C:\\Users\\Asus\\AppData\\Local\\Temp\\pip-install-_ptqagog\\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\Asus\AppData\Local\Temp\pip-install-_ptqagog\pygame\pip-egg-info'
cwd: C:\Users\Asus\AppData\Local\Temp\pip-install-_ptqagog\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\Asus\AppData\Local\Temp\pip-install-_ptqagog\pygame\setup.py", line 194, …Run Code Online (Sandbox Code Playgroud) 我正在尝试在 python 3.8 中安装 pygame,但我收到一条错误消息,我无法弄清楚出了什么问题。
我正在学习pip install pygame安装 python 后在脚本文件夹中使用命令的教程,但这似乎对我不起作用。
知道我做错了什么或我需要做什么吗?我对 python 周围的系统不太熟悉。
C:\Users\KaspArno\AppData\Local\Programs\Python\Python38-32\Scripts>pip install pygame
Collecting pygame
Using cached https://files.pythonhosted.org/packages/0f/9c/78626be04e193c0624842090fe5555b3805c050dfaa81c8094d6441db2be/pygame-1.9.6.tar.gz
ERROR: Command errored out with exit status 1:
command: 'c:\users\kasparno\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\KaspArno\\AppData\\Local\\Temp\\pip-install-hntok19u\\pygame\\setup.py'"'"'; __file__='"'"'C:\\Users\\KaspArno\\AppData\\Local\\Temp\\pip-install-hntok19u\\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\KaspArno\AppData\Local\Temp\pip-install-hntok19u\pygame\pip-egg-info'
cwd: C:\Users\KaspArno\AppData\Local\Temp\pip-install-hntok19u\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 …Run Code Online (Sandbox Code Playgroud)