Message 365251 - Python tracker (original) (raw)
Tried 'spawn', 'fork', 'forkserver'.
- 'spawn' causes consistent
FileNotFoundError: [Errno 2] No such file or directory
; - 'fork' consistently works (tested on machines with 4 and 20 cores);
- 'forkserver' causes roughly half of the processes to crash with
FileNotFoundError
, the other half succeeds (weird!).