问题描述
命令:
install.packages('xgboost')
它适用于普通R但在MRO中安装软件包'xgboost'在fedora linux上有非零退出状态"
日志中的第一件事表明可能会出现问题错误:
sh:I / usr / lib64 / microsoft -r / 3.3 / lib64 / R / include:没有这样的文件或目录
/ usr / lib64 /microsoft-r/3.3/lib64/R/etc/Makeconf:139:目标'xgboost_R.o'的配方失败
make:[xgboost_R.o]错误127(忽略)
command:
install.packages('xgboost')
it works in plain R but in MRO "installation of package ‘xgboost’ had non-zero exit status"
all on a fedora linux
the first thing in the log that suggests that something may go wrong:
sh: I/usr/lib64/microsoft-r/3.3/lib64/R/include: No such file or directory
/usr/lib64/microsoft-r/3.3/lib64/R/etc/Makeconf:139: recipe for target 'xgboost_R.o' failed
make: [xgboost_R.o] Error 127 (ignored)
这篇关于MRO不会安装'xgboost'软件包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!