我是Pi和Linux的新手,正在使用Pi Zero W,安装了新版本的Raspbian。我正在尝试在Pi上安装PyGame,以便可以在项目上工作。当我运行命令
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.
对于Pi而言,这意味着什么?我该怎么做才能解决此问题(一些终端命令会很棒,我不知道如何使用Debian软件包跟踪系统)
欢迎使用Raspberry Pi SE。一定要采取导游怎么看这个作品,并取得徽章: raspberrypi.stackexchange.com/Tour
—
SDsolar