【问题标题】:error installing "rgl" package, version 0.100.19 in anaconda/jupyter-notebook. Ubuntu 18.04在 anaconda/jupyter-notebook 中安装“rgl”包,版本 0.100.19 时出错。 Ubuntu 18.04
【发布时间】:2019-08-19 18:40:11
【问题描述】:

我喜欢在 anaconda/jupyter notebook 环境中安装“rgl”包版本 0.100.19(因为其他包依赖于这个版本)并收到错误。 configure: error: X11 not found but required, configure aborted

我试过了 sudo apt-get install xorg sudo apt-get install libx11-dev sudo apt-get install libglu1-mesa-dev sudo apt-get install libfreetype6-dev sudo apt-get install r-cran-rgl conda install -c conda-forge xorg-libx11 conda install -c anaconda 台面 但是,他们还没有帮助。

install.packages("rgl") configure: error: X11 not found but required, configure aborted

【问题讨论】:

    标签: r jupyter-notebook anaconda


    【解决方案1】:

    我遇到了这个问题,我的解决方案是:

    $ conda install r-rgl
    

    似乎 conda 安装到了 conda R(参见 which R),而我发现在 conda 的 R 版本上安装 rgl 的方法是通过 conda install。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-04-11
      • 2020-10-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-05-16
      • 2020-03-05
      相关资源
      最近更新 更多