PopulationBasedTraining icon indicating copy to clipboard operation
PopulationBasedTraining copied to clipboard

cannot find forkserver

Open StefanGrindelwald opened this issue 6 years ago • 1 comments

Traceback (most recent call last): File "main.py", line 104, in mp = _mp.get_context('forkserver') File "D:\Software\Python\lib\multiprocessing\context.py", line 238, in get_context return super().get_context(method) File "D:\Software\Python\lib\multiprocessing\context.py", line 192, in get_context raise ValueError('cannot find context for %r' % method) from None ValueError: cannot find context for 'forkserver'

StefanGrindelwald avatar May 09 '19 07:05 StefanGrindelwald

I meet the same problem,just comment it, it will work well。this will happen in windows.

wu-yang-work avatar Oct 27 '22 08:10 wu-yang-work