You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be that you use to many processes for pyscenic and one or more of the workers died. Try with less threads or run on a node with more RAM. (for pyscenic ctx each worker load the database file, so if you have 16 workers, you will need at least 16x the amount of RAM of the database size).
It might be that you use to many processes for pyscenic and one or more of the workers died. Try with less threads or run on a node with more RAM. (for pyscenic ctx each worker load the database file, so if you have 16 workers, you will need at least 16x the amount of RAM of the database size).
Yes, I added the following two codes which resolved this problem, although I don't know why.
--mode "custom_multiprocessing"
--num_workers 4
Hi,
Thank you for your great work.
I run the pyscenic ctx in singularity, and encountered an error as below
the version info:
Is the python version incorrect or the file is corrupt?
Thank you.
Best
The text was updated successfully, but these errors were encountered: