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

close_fds=true leads to protoc errors on Windows #213

Open
BarrinFromKjeld opened this issue Aug 9, 2016 · 0 comments
Open

close_fds=true leads to protoc errors on Windows #213

BarrinFromKjeld opened this issue Aug 9, 2016 · 0 comments

Comments

@BarrinFromKjeld
Copy link

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

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