Amit Saha
Amit Saha
I would certainly like to be able to install `envy` once system-wide and be able to use it in all my virtual envs.
Would you like a PR? I can give a shot.
Till we have this, I have come up with a strategy using AssumeRole which I describe in my [blog post](https://echorand.me/posts/user-management-aws-eks-cluster/).
I will have a look at this one.
Hi @rth trying to reproduce this with a build from `main` branch with the following script: ```$ cat test.js async function pyfetchDemo() { let pyodide_pkg = await import("pyodide/pyodide.js"); let pyodide...
Thanks @ryanking13 - you guessed it right. With `node --no-experimental-fetch`: ``` File "", line 3, in File "/lib/python3.10/site-packages/pyodide/http.py", line 228, in pyfetch from js import fetch as _jsfetch ImportError: cannot...
> I will have a look at this one. Unfortunately, other tasks have caught up with me, so will not be working on this issue any further.
Thanks @ethankhall - worth (I can try) adding this as part of an example?
I don't have a solution to your issue. But, can you try building the manylinux1 wheels (see: https://github.com/celery/librabbitmq/pull/87) and then installing those?
I would be curious to know what would your thoughts be regarding making the same possible for RPC services (i.e. when the incoming request is from a RPC service).?