Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/72.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python loadNamespace(名称)Cairo中出错_Python_R_Jupyter_Cairo - Fatal编程技术网

Python loadNamespace(名称)Cairo中出错

Python loadNamespace(名称)Cairo中出错,python,r,jupyter,cairo,Python,R,Jupyter,Cairo,这是我第一次在jupyter中使用R。我已经安装了所有东西,比如jupyter、python、R和lrcenel。我可以在jupyter中只使用键入或计算,但只要我想使用像plot或ggplot2这样的图形库,它就会显示出来 loadNamespace(名称)中出错:没有名为“Cairo”的包 回溯:没有标题的情节 请有人指导我如何处理此问题。我遇到了完全相同的问题,并通过安装Cairo软件包修复了此问题: 安装程序包(“Cairo”)` 图书馆(开罗) 感谢我的collegue Barte

这是我第一次在
jupyter
中使用
R
。我已经安装了所有东西,比如
jupyter
python
R
lrcenel
。我可以在jupyter中只使用键入或计算,但只要我想使用像
plot
ggplot2
这样的图形库,它就会显示出来

loadNamespace(名称)中出错:没有名为“Cairo”的包 回溯:没有标题的情节


请有人指导我如何处理此问题。

我遇到了完全相同的问题,并通过安装Cairo软件包修复了此问题:

安装程序包(“Cairo”)`
图书馆(开罗)
感谢我的collegue Bartek提供此解决方案