Results 8 comments of Ryan Lehmkuhl

Thanks for such a thorough response! This behavior makes sense now though it is a shame it isn't easier to fix.

You can do something like this: ``` let pool = rayon::ThreadPoolBuilder::new().num_threads(rayon::current_num_threads() / 2).build().unwrap(); let result = pool.install(|| f()); ``` Not sure if this is what you're talking about. @Pratyush and...

Could you try running: `sudo apt install build-essential nghttp2 libnghttp2-dev libssl-dev`? And see if you can ping `github.com`?

Can you ping `github.com` from outside of the container?

Ya, if we eventually want to push the package to PyPi then I think we'll need to stick with print statements? Not sure how the logger would interact with pip....

@DylanWangWQF Out of curiosity, if you can tell, why are you using homomorphic encryption inside of an enclave? I haven't seen such a use-case before.

I had a similar issue (see #93) that was fixed by downgrading Sage to v9.5.

Hi, this is an issue with Ray, not the delphi so it might be more productive to raise an issue there. Is there any log entry that mentions trying to...