xxxxx@xxx ~ % pip3 install pygame
Collecting pygame Using cached pygame-2.1.2.tar.gz (10.1 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [31 lines of output] WARNING, No "Setup" File Exists, Running "buildconfig/config.py" Using Darwin configuration... /bin/sh: sdl2-config: command not found /bin/sh: sdl2-config: command not found /bin/sh: sdl2-config: command not found Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/private/var/folders/d6/91by9vm14zzbthyv2bxc6w9h0000gn/T/pip-install-9fxzjx5h/pygame_ab6a1c17b0ce4397b0cd85eea3da1c0f/setup.py", line 359, in <module> buildconfig.config.main(AUTO_CONFIG) File "/private/var/folders/d6/91by9vm14zzbthyv2bxc6w9h0000gn/T/pip-install-9fxzjx5h/pygame_ab6a1c17b0ce4397b0cd85eea3da1c0f/buildconfig/config.py", line 225, in main deps = CFG.main(**kwds) ^^^^^^^^^^^^^^^^ File "/private/var/folders/d6/91by9vm14zzbthyv2bxc6w9h0000gn/T/pip-install-9fxzjx5h/pygame_ab6a1c17b0ce4397b0cd85eea3da1c0f/buildconfig/config_darwin.py", line 132, in main [DependencyProg('SDL', 'SDL_CONFIG', 'sdl2-config', '2.0', ['sdl'])], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/private/var/folders/d6/91by9vm14zzbthyv2bxc6w9h0000gn/T/pip-install-9fxzjx5h/pygame_ab6a1c17b0ce4397b0cd85eea3da1c0f/buildconfig/config_unix.py", line 39, in __init__ self.ver = config[0].strip() ~~~~~~^^^ IndexError: list index out of range --- For help with compilation see: To contribute to pygame development see: --- [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details. 怎么说 我算是python新手 遇到这问题真的束手无策 baidu.com不解决问题
|