Error in makePSOCKcluster(names = spec, ...) : Cluster setup failed. 8 of 8 workers failed to connect.

Hi,

I am learning a new package Rayshader for 3d imaging (https://www.tylermw.com/3d-ggplots-with-rayshader/?unapproved=7839&moderation-hash=9691d9b2ff68a2ece5c9506686985ea6#comment-7839).

I can get the examples to work fine when I use the R console but when I try to run them in R studio I get the following message:

Error in makePSOCKcluster(names = spec, ...) :
Cluster setup failed. 8 of 8 workers failed to connect.

I have opened a separate rgl window so that is not an issue but I don't know how to handle this error. Anyone else have this problem?

Thanks

if your issue is with the cluster stuff, then maybe try the multicore = FALSE option ?

Thank you. That took care of the problem.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.