-
Notifications
You must be signed in to change notification settings - Fork 70
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
FP.run_from_iterable() give error of incomplete pickle to calculate fingerprint protein-ligand complex from docking simulation.How to solve this error in #103
Comments
Hi @ravishankar1307, Could you provide the prolif script that produces the error? It's hard to tell where the error might come from just from this description. Also, which version of prolif are you using? Cédric |
Hello Cedric: Oh, I did a fresh install of prolif on a mac: Markus P.S. I am posting the complete error messageRuntimeError Traceback (most recent call last) File ~/opt/anaconda3/envs/prolif/lib/python3.11/site-packages/prolif/fingerprint.py:593, in Fingerprint.run_from_iterable(self, lig_iterable, prot_mol, residues, progress, n_jobs) File ~/opt/anaconda3/envs/prolif/lib/python3.11/site-packages/prolif/fingerprint.py:628, in Fingerprint._run_iter_parallel(self, lig_iterable, prot_mol, residues, progress, n_jobs) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/context.py:119, in BaseContext.Pool(self, processes, initializer, initargs, maxtasksperchild) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/pool.py:215, in Pool.init(self, processes, initializer, initargs, maxtasksperchild, context) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/pool.py:306, in Pool._repopulate_pool(self) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/pool.py:329, in Pool._repopulate_pool_static(ctx, Process, processes, pool, inqueue, outqueue, initializer, initargs, maxtasksperchild, wrap_exception) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/process.py:121, in BaseProcess.start(self) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/context.py:288, in SpawnProcess._Popen(process_obj) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/popen_spawn_posix.py:32, in Popen.init(self, process_obj) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/popen_fork.py:19, in Popen.init(self, process_obj) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/popen_spawn_posix.py:47, in Popen._launch(self, process_obj) File ~/opt/anaconda3/envs/prolif/lib/python3.11/multiprocessing/reduction.py:60, in dump(obj, file, protocol) RuntimeError: Incomplete pickle support (getstate_manages_dict not set) |
Hello Markus, Can you try using |
No description provided.
The text was updated successfully, but these errors were encountered: