我正在尝试使用命令安装 cider
pip3 install cider
但得到了
x86_64-linux-gnu-gcc: error trying to exec 'cc1obj': execvp: No such file or directory
我应该检查什么?或者安装什么?
我尝试安装sudo apt-get install libgnustep-gui-dev
,但出现错误
cider/_osx.m:1:9: fatal error: AppKit/AppKit.h: No such file or directory
#import <AppKit/AppKit.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1