Miriam Shiffman
Miriam Shiffman
I would like to echo the request for more fully-featured converters (whether via this or #146) - especially the ability to take `self` as an arg. (while acknowledging the tradeoff...
agreed! I saw much faster compile time on switching. see you already created a PR. thanks 💯
> one workaround that i found to this was to run `echo nameserver 8.8.8.8 >> /etc/resolv.conf` before running git command EVERYTIME you restart. Seems like the iSH doesn't automatically append...
Are there any updates on this? I'm wondering if I may be running into a related problem.. **TL;DR** recently updated jax, and code that used to run fine---using multiprocessing (forkserver)...
@jtoy what version of tensorflow ? (this was written before the release of 1.x)
@vijeth8 can you provide more context ? i don't see this.
+1, I get this error in a notebook (python 3.10.9) and it originates with a `raise $Exception from e` statement (from external library code)
I was having the same issue, upgraded rpy2, and now get a ValueError thrown in a slightly different place... so I do not think this issue has been solved ```...
I see, thanks for details! You're right, I see now that just setting `parser=1` is sufficient, thank you.