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
File /usr/lib/python3.8/multiprocessing/process.py:118, in start()
115 assert self._popen is None, 'cannot start a process twice'
116 assert self._parent_pid == os.getpid(), \
117 'can only start a process object created by current process'
--> 118 assert not _current_process._config.get('daemon'), \
119 'daemonic processes are not allowed to have children'
120 _cleanup()
121 self._popen = self._Popen(self)
AssertionError: daemonic processes are not allowed to have children
The text was updated successfully, but these errors were encountered:
aktiver
changed the title
NameError: name 'pformat' is not defined - dask_optuna
AssertionError: daemonic processes are not allowed to have children - dask_optuna
Jun 22, 2022
@jrbourbeau -
Code:
Error:
The text was updated successfully, but these errors were encountered: