Pi와 Linux를 처음 사용하고 있으며 최신 버전의 Raspbian이 설치된 Pi Zero W를 사용하고 있습니다. PyGame을 Pi에 설치하여 프로젝트 작업을 수행하려고합니다. 명령을 실행할 때
pi@raspberrypi:~/pygame $ python setup.py
이것은 출력입니다.
No Arguments Given, Perform Default Install? [Y/n]y
WARNING, No "Setup" File Exists, Running "config.py"
Using UNIX configuration...
Hunting dependencies...
sh: 1: sdl-config: not found
sh: 1: sdl-config: not found
sh: 1: sdl-config: not found
WARNING: "sdl-config" failed!
Unable to run "sdl-config". Please make sure a development version of SDL is installed.
이것이 파이의 관점에서 무엇을 의미합니까? 이 문제를 해결하기 위해 무엇을 할 수 있습니까? (일부 터미널 명령은 훌륭 할 것입니다. 데비안 패키지 추적 시스템을 사용하는 방법을 모릅니다)