navinlabcode / copykat

Other
193 stars 54 forks source link

'mc.cores' > 1 is not supported on Windows #48

Closed xiangwei6963 closed 2 years ago

xiangwei6963 commented 2 years ago

Hi authors: When I try to run copyKat, it returns an error"Error in parallel::mclapply(1:ncol(norm.mat), dlm.sm, mc.cores = n.cores) : 'mc.cores' > 1 is not supported on Windows". Thank you for the help!

gaobio commented 2 years ago

Hi authors: When I try to run copyKat, it returns an error"Error in parallel::mclapply(1:ncol(norm.mat), dlm.sm, mc.cores = n.cores) : 'mc.cores' > 1 is not supported on Windows". Thank you for the help!

I didn't have a chance to test it on any windows machine. A simple solution is to use n.core=1 on windows?

WT215 commented 8 months ago

Did you solve it on Windows?