This repository was archived by the owner on Jan 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
python3 support #7
Comments
arkka
added a commit
to arkka/python-dockercloud
that referenced
this issue
Jul 29, 2016
I have this simple update to get my script working with Python 3. Can anyone clarify this?
Same experience for me, I put it in a forum post. Issue occurs with environment variables as well as with setting the relevant attributes. |
Any fix or work around for this? |
There are some open pull requests that look promising... |
@Midnighter Also added a PR now as well #29. Tests pass in both Python2 and 3. Will see if it gets accepted. Tried to rebase my commits so it looked a little cleaner but could not it seems. |
Any update about this issue? Please let me know how I could help to accelerate any advancement toward a solution. |
I second this! PR #29 seems good. My suggested workaround for the impatient:
This will install the py3-compatible version. |
Oops, just noticed that this whole thing is deprecated... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The library doesn't seem to work with python3. A lot of people have moved away from python2, so it'd be nice to add support for python3 to take advantage of the library.
I've tested the same code with python 2.7.10, and it works just fine.
The text was updated successfully, but these errors were encountered: