关于并行处理:尝试使用 R 创建集群时出错(Rscript 执行错误:没有这样的文件或目录)

Error when trying to make cluster using R (Rscript execution error: No such file or directory)

您好,感谢您抽出宝贵时间。
我收到错误:

cl <- parallel::makeCluster(2) Rscript execution error: No such file or directory

每当我尝试使用包"parallel"创建集群时。其他命令(例如 detectCores() 有效,但 makeCluster()
失败。我已经重新安装了 R 和 Rstudio,我不认为问题出在安装上。

R 版本 3.6.2 (2019-12-12)
平台:x86_64-pc-linux-gnu(64位)
运行于:Ubuntu 18.04.3 LTS

任何帮助将不胜感激。

更新:
如果我在终端中运行 Rscript,我会收到类似的错误,但如果我使用 sudo Rscript,错误就会消失。例如: Rscript helloworld.r 给我错误 Rscript execution error: No such file or directory, but sudo Rscript helloworld.r works。 (helloworld.r 是一个打印 hello world 的 R 脚本。)

提前致谢。


我使用 3.6.1 版本的 R 在此处输入图像描述

尝试降级r版本