标签: python c macos
我最近从High Sierra更新到了macOS Mojave。我试图编译具有C扩展名的Python模块,但出现错误:
fatal error: 'stdio.h' file not found
我已经安装了xcode命令行工具(该工具可以在以前的macOS <10.13中解决此问题;请参见Fatal error 'stdio.h' not found)。我正在使用最新的Anaconda发行版中的Python2。
是否有人在Mojave上解决了此问题?