This repository was archived by the owner on Oct 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 604
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…thon-setuptools package installed
Hmm, can you paste the error you get from get-pip? pip as of 1.5 no longer depends on setuptools itself, it should only be needed if you are installing sdists instead of wheels. |
Here is the output from
Adding this patch fixes this on both platforms. |
We had to write some ugly hacks to get around this issue. Any chance this can be merged @coderanger? The logic is sound @cread |
No, this is directly in contradiction with other code in the cookbook (also I don't want to depend on OS packages for setuptools). Happy to see more debugging data over on #100 though. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I also had issue #100 on Ubuntu 12.04 and 14.04 systems when I upgraded to the latest version of the Python cookbook.
I tracked it down to
get-pip.py
refusing to install pip on my systems unless the python-setuptools package was installed first. If you get that fixed, then later on in the package it will upgrade setuptools for you.I have this fix running successfully on my systems now.