linux – 安装’topicmodels’包时出错,非零退出状态; Ubuntu的

前端之家收集整理的这篇文章主要介绍了linux – 安装’topicmodels’包时出错,非零退出状态; Ubuntu的前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在Ubuntu 14.04上,值得信赖:

install.packages( ‘topicmodels’)

错误信息:

compilation terminated.
make: *** [ctm.o] Error 1
ERROR: compilation Failed for package ‘topicmodels’
* removing ‘/home/.../R/x86_64-pc-linux-gnu-library/3.1/topicmodels’

The downloaded source packages are in
    ‘/tmp/Rtmp1L79dj/downloaded_packages’
Warning message:
In install.packages("topicmodels") :
  installation of package ‘topicmodels’ had **non-zero exit status**

解决方法

我发现在我的两个Ubuntu安装中,非零退出状态是由于没有gsl包而引起的.但是,在我弄清楚哪个版本可以解决错误之前,我花了很长时间.

在终端:sudo apt-get install libgsl0-dev

原文链接:https://www.f2er.com/linux/395323.html

猜你在找的Linux相关文章