我将已经安装的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发布于 2020-05-28 07:56:02
您应该按照Github上此issue中的包的主要开发人员的建议,将R更新到较新的版本,至少R-3.6.x。我无法在新版本R-4.0.0中重现您的错误。我希望这解决了你的问题。
https://stackoverflow.com/questions/62031309
复制相似问题