Skip to content

BoolODE errors when running jobs in parallel #23

@yutuyt01

Description

@yutuyt01

When running jobs in parallel, the following error and stack trace occurs:

Traceback (most recent call last):
  File "C:\Users\shang\anaconda3\envs\Beeline37\lib\multiprocessing\process.py", line 297, in _bootstrap self.run()
  File "C:\Users\shang\anaconda3\envs\Beeline37\lib\multiprocessing\process.py", line 99, in run self._target(*self._args, **self._kwargs)
  File "C:\Users\shang\anaconda3\envs\Beeline37\lib\multiprocessing\pool.py", line 110, in worker task = get()
  File "C:\Users\shang\anaconda3\envs\Beeline37\lib\multiprocessing\queues.py", line 354, in get return _ForkingPickler.loads(res)
ModuleNotFoundError: No module named 'model'

Operating on Windows 11.
I have all dependencies installed, but it seems that this error stemmed from the multiprocessing library itself.
Setting do_parallel in config.yaml to false for each job solves the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions