Skip to content

Conversation

@aanand
Copy link

@aanand aanand commented Mar 23, 2015

When we updated our docker-py and requests versions in #1100, we inadvertently introduced a dependency on a version of requests that doesn't play nicely with PyInstaller.

Since this hasn't been fixed yet, and the only feature we have that depends on an up-to-date docker-py is labels, I'm backing it out and resetting our pinned versions.

We can still specify a wider version range in setup.py for people who install with pip and want to use newer versions of docker-py or requests, but for the purposes of building the binary, we're sticking with docker-py 1.0.0 and requests 2.2.1 for now.

@aanand aanand added this to the 1.2.0 milestone Mar 23, 2015
aanand added 4 commits March 23, 2015 15:04
This reverts commit 7213271.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This reverts commit d209ded.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
…uirement"

This reverts commit 81a32a2.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
Leave the pinned versions in requirements.txt alone, as there's an
incompatibility between PyInstaller and requests 2.5.2 and 2.5.3, and by
extension with docker-py 1.1.0.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
@aanand aanand force-pushed the revert-labels-and-dependencies branch from bdee2f9 to 1c14fc0 Compare March 23, 2015 22:04
@dnephin
Copy link

dnephin commented Mar 24, 2015

I am curious, have you tried with https://pypi.python.org/pypi/requests/2.6.0 ? It might be easier to use a newer version instead of reverting? Seems like there was a change related to the problem described in the SO: kennethreitz/requests@v2.5.3...v2.6.0

@aanand
Copy link
Author

aanand commented Mar 24, 2015

Sadly, using requests 2.6.0 doesn't seem to appease PyInstaller.

@dnephin
Copy link

dnephin commented Mar 24, 2015

That's too bad,

LGTM

@aanand
Copy link
Author

aanand commented Mar 24, 2015

FYI, I've reported that we're still having the issue at the bottom of this thread: https://github.com/kennethreitz/requests/issues/2465#issuecomment-85642105

aanand added a commit that referenced this pull request Mar 24, 2015
@aanand aanand merged commit b704677 into docker:master Mar 24, 2015
@aanand aanand deleted the revert-labels-and-dependencies branch March 24, 2015 20:05
yuval-k pushed a commit to yuval-k/compose that referenced this pull request Apr 10, 2015
…cies

Revert labels and dependencies
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
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

Successfully merging this pull request may close these issues.

2 participants