Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/66.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.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
将rpy2 python包升级到3.3.3版时出错_Python_R_Python 3.x_Pip_Rpy2 - Fatal编程技术网

将rpy2 python包升级到3.3.3版时出错

将rpy2 python包升级到3.3.3版时出错,python,r,python-3.x,pip,rpy2,Python,R,Python 3.x,Pip,Rpy2,我将已安装的rpy2软件包从3.2.6版升级到3.3.3版,并发现以下问题: Error: C stack usage 454466426436 is too close to the limit Error: C stack usage 454466426484 is too close to the limit Error: C stack usage 454466426484 is too close to the limit Error: bad restore file magi

我将已安装的rpy2软件包从3.2.6版升级到3.3.3版,并发现以下问题:

Error: C stack usage  454466426436 is too close to the limit
Error: C stack usage  454466426484 is too close to the limit
Error: C stack usage  454466426484 is too close to the limit
Error: bad restore file magic number (file may be corrupted) -- no data loaded
During startup - Warning message:
unable to restore saved data in .RData
Error: C stack usage  454466426372 is too close to the limit
Fatal error: unable to initialize the JIT

您应该将R更新到更新的版本,至少是R-3.6.x,正如Github上包的主要开发人员所建议的那样。我无法用新版本R-4.0.0重现您的错误。我希望这能解决您的问题。

您什么时候收到错误?导入rpy2模块时,或运行某些特定代码时?您安装了哪个版本的R?您正在使用哪个操作系统?导入rpy2模块时出现此错误。我正在Linux Ubuntu机器上使用R3.4.4。工作目录中是否有
.RData
文件?重命名后获得的消息是什么?