如何处理R中的nloptr错误?

时间:2018-10-01 09:21:45

标签: r nlopt

init_nloptr.c:35:10: fatal error: 'nlopt.h' file not found
#include "nlopt.h"
         ^~~~~~~~~
1 error generated.
make: *** [init_nloptr.o] Error 1
ERROR: compilation failed for package 'nloptr'
* removing '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/nloptr'
Warning in install.packages :
  installation of package 'nloptr' had non-zero exit status
我在安装需要安装mi软件包的nloptr软件包时收到此错误消息。

1 个答案:

答案 0 :(得分:0)

从错误消息中显示的路径来看,好像您正在macOS上运行。

如果是,则必须先安装nlopt系统库,然后再安装nloptr

希望您已经安装了Homebrew(如果没有,请回复/评论,我会附上更多信息),因此请打开终端并运行

brew install nlopt

brew install命令的末尾,返回到R并安装nloptr