【发布时间】: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