-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Replaced --no-use-wheel with --no-binary :all: after installing lates… #366
Conversation
Hello, can you find some time to take a look at the outstanding pull requests, please? |
I would say you could fork if this becomes an ongoing support issue. This seems like a necessity at this point...anyone using pip v9 or newer cannot do installs now. |
@chgarling Can you rebase this on master, as travis should be green now? |
* added ${pip_cmd} install --upgrade pip to have a recent pip version installed, the python::virtualenv function failed with pip 1.4.1 * replaced --no-use-wheel with --no-binary :all: as a dependency of recent pip version
Use actual versions of ruby that are supported, so 2.1.9 instead of 2.1.0 and remove 2.3.1 as it never made it into Puppet v4.
@flokli I have rebased my changes on master right now. Please, can you check if its fine now, or if I have to do something else? I was not sure, if I need to create a new pull request after rebasing. |
@chgarling you could simply squasch and force-push to the branch of this PR, but now this can also be squashed during merge. ping @ghoneycutt |
Replaced with #388 |
…t pip version