Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USHCN interpolation example fails on a Mac #2

Open
doccosmos opened this issue Sep 7, 2022 · 0 comments
Open

USHCN interpolation example fails on a Mac #2

doccosmos opened this issue Sep 7, 2022 · 0 comments

Comments

@doccosmos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant