小编Aro*_*r64的帖子

Pip 安装 EOFError

我正在使用 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)

python pygame pip

3
推荐指数
1
解决办法
9461
查看次数

标签 统计

pip ×1

pygame ×1

python ×1