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
As per documentation of subprocess, close_fds must not be true when redirecting stdin, stdout and stderr for Windows:
"Note that on Windows, you cannot set close_fds to true and also redirect the standard handles by setting stdin, stdout or stderr."
Source: https://docs.python.org/2/library/subprocess.html
I ran into the obscure error "Couldn't find protoc in your environment OR other issue..." in RpcApi.decode_raw
Kind regards,
Barrin
The text was updated successfully, but these errors were encountered:
Hi guys,
As per documentation of subprocess, close_fds must not be true when redirecting stdin, stdout and stderr for Windows:
"Note that on Windows, you cannot set close_fds to true and also redirect the standard handles by setting stdin, stdout or stderr."
Source: https://docs.python.org/2/library/subprocess.html
I ran into the obscure error "Couldn't find protoc in your environment OR other issue..." in RpcApi.decode_raw
Kind regards,
Barrin
The text was updated successfully, but these errors were encountered: