Created
February 3, 2017 08:43
-
-
Save dansondergaard/a13c333a3875956c8f384564b1375c4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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