【发布时间】:2020-09-13 19:08:04
【问题描述】:
我将已经安装的 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
【问题讨论】:
-
什么时候出现错误?导入 rpy2 模块时,或运行某些特定代码时?您安装了哪个版本的 R?您使用的是哪个操作系统?
-
导入 rpy2 模块时出现此错误。我在 Linux Ubuntu 机器上使用 R 3.4.4。
-
工作目录下是否有
.RData文件?重命名后得到的信息是什么?
标签: python r python-3.x pip rpy2