-
Notifications
You must be signed in to change notification settings - Fork 186
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
executing local command leads to AttributeError at python 3.6 #302
Comments
Thanks for catching this! I believe it happens because 3.6 adds an 'encoding' parameter to popen, and plumbum subclasses it, adding an "encoding" parameter as well, causing a clash. I'll look into fixing it for 1.6.3, which I hope will have full 3.6 support. |
Merged
Does that work for you? I've merged into master, so master should be fine. |
It works now! Thanks! |
Great, hoping for a release soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: