我已經嘗試過一切 這是我嘗試過的一些方法C:\Users\win 10\AppData\Local\Programs\Python\Python39> python -m pip install pygame-1.9.6-cp27-cp27m-win_amd64.whl提示如下錯誤:ERROR: pygame-1.9.6-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.C:\Users\win 10\AppData\Local\Programs\Python\Python39> pip install pygame提示如下錯誤:ERROR: Command errored out with exit status 1: command: 'c:\users\win 10\appdata\local\programs\python\python39\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\win 10\\AppData\\Local\\Temp\\pip-install-l782i464\\pygame\\setup.py'"'"';__file__='"'"'C:\\Users\\win 10\\AppData\\Local\\Temp\\pip-install-l782i464\\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\win 10\AppData\Local\Temp\pip-pip-egg-info-1zl98t9z' cwd: C:\Users\win 10\AppData\Local\Temp\pip-install-l782i464\pygame\ Complete output (17 lines): **WARNING, No "Setup" File Exists, Running "buildconfig/config.py" Using WINDOWS configuration...我應該怎么辦?
如何在 Windows 10 中為 python 3.9 安裝 pygame?
慕碼人2483693
2023-10-31 21:41:08