Skip to content

Instantly share code, notes, and snippets.

@dansondergaard
Created February 3, 2017 08:43
Show Gist options
  • Select an option

  • Save dansondergaard/a13c333a3875956c8f384564b1375c4f to your computer and use it in GitHub Desktop.

Select an option

Save dansondergaard/a13c333a3875956c8f384564b1375c4f to your computer and use it in GitHub Desktop.
Process ForkPoolWorker-17:
Traceback (most recent call last):
File "/Users/das/anaconda/envs/gwf/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
File "/Users/das/anaconda/envs/gwf/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/Users/das/anaconda/envs/gwf/lib/python3.5/multiprocessing/pool.py", line 103, in worker
initializer(*initargs)
File "/Users/das/Code/gwf/gwf/backends/local.py", line 224, in __init__
self.manager = Manager()
File "/Users/das/anaconda/envs/gwf/lib/python3.5/multiprocessing/context.py", line 55, in Manager
m.start()
File "/Users/das/anaconda/envs/gwf/lib/python3.5/multiprocessing/managers.py", line 479, in start
self._process.start()
File "/Users/das/anaconda/envs/gwf/lib/python3.5/multiprocessing/process.py", line 103, in start
'daemonic processes are not allowed to have children'
AssertionError: daemonic processes are not allowed to have children
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment