美文网首页
Mac OS 上关于pygame的安装问题

Mac OS 上关于pygame的安装问题

作者: 忆亿亿光年 | 来源:发表于2017-09-13 10:03 被阅读0次

问题描述

In file included from src/_numericsurfarray.c:23:
src/pygame.h:106:10: fatal error: 'SDL.h' file not found
#include <SDL.h>
^
1 error generated.
error: Setup script exited with error: command 'gcc' failed with exit status 1

解决办法

1.安装homebrew
2.终端执行:

brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
pip install pygeme

相关文章

网友评论

      本文标题:Mac OS 上关于pygame的安装问题

      本文链接:https://www.haomeiwen.com/subject/aarksxtx.html