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
I've tried this on both an Intel and a M1 Mac and the USHCN interpolation example is failing with:
File "/Users/mjg/Projects/miniforge/envs/cru/lib/python3.9/multiprocessing/popen_fork.py", line 19, in init
self._launch(process_obj)
File "/Users/mjg/Projects/miniforge/envs/cru/lib/python3.9/multiprocessing/popen_spawn_posix.py", line 58, in _launch
self.pid = util.spawnv_passfds(spawn.get_executable(),
File "/Users/mjg/Projects/miniforge/envs/cru/lib/python3.9/multiprocessing/util.py", line 450, in spawnv_passfds
errpipe_read, errpipe_write = os.pipe()
OSError: [Errno 24] Too many open files
It makes no difference if the number of open files supported is increased.
-- Matthew Graham
The text was updated successfully, but these errors were encountered:
I've tried this on both an Intel and a M1 Mac and the USHCN interpolation example is failing with:
File "/Users/mjg/Projects/miniforge/envs/cru/lib/python3.9/multiprocessing/popen_fork.py", line 19, in init
self._launch(process_obj)
File "/Users/mjg/Projects/miniforge/envs/cru/lib/python3.9/multiprocessing/popen_spawn_posix.py", line 58, in _launch
self.pid = util.spawnv_passfds(spawn.get_executable(),
File "/Users/mjg/Projects/miniforge/envs/cru/lib/python3.9/multiprocessing/util.py", line 450, in spawnv_passfds
errpipe_read, errpipe_write = os.pipe()
OSError: [Errno 24] Too many open files
It makes no difference if the number of open files supported is increased.
-- Matthew Graham
The text was updated successfully, but these errors were encountered: