Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in checkForRemoteErrors(lapply(cl, recvResult)) #29

Open
ZhengJIN94 opened this issue Jun 9, 2021 · 2 comments
Open

Error in checkForRemoteErrors(lapply(cl, recvResult)) #29

ZhengJIN94 opened this issue Jun 9, 2021 · 2 comments

Comments

@ZhengJIN94
Copy link

Hello,

When I tried to use SAVER, it returned some error message,

Running SAVER with 10 worker(s)
Calculating predictions for 23131 genes using 17490 genes and 12346 cells...
Start time: 2021-06-09 06:07:12
Estimating finish time...
Error in checkForRemoteErrors(lapply(cl, recvResult)) :
10 nodes produced errors; first error: object '.doSnowGlobals' not found

Is there anyway to resolve this ?
Here is my sessionInfo()

R version 4.0.4 (2021-02-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04 LTS

Matrix products: default
BLAS/LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.8.so

locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=C
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] parallel stats graphics grDevices utils datasets methods base

other attached packages:
[1] SAVER_1.1.2

loaded via a namespace (and not attached):
[1] lattice_0.20-41 codetools_0.2-18 digest_0.6.27 foreach_1.5.1 grid_4.0.4 evaluate_0.14 rlang_0.4.10 doParallel_1.0.16 Matrix_1.3-2
[10] rmarkdown_2.7 iterators_1.0.13 tools_4.0.4 tinytex_0.31 xfun_0.22 yaml_2.2.1 compiler_4.0.4 htmltools_0.5.1.1 knitr_1.32

@ZhengJIN94
Copy link
Author

I solved this problem by installing the SAVER, doParallel and doSNOW packages into the root directory.
I think it is not a safe solution way.

Is there any other way to solve this problem ?

@mohuangx
Copy link
Owner

Hi, sorry for the late response. Can you try some of the solutions here? https://stackoverflow.com/questions/25079527/error-object-dosnowglobals-not-found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants