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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: