-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Pip 10 being installed #680
Comments
It looks like the heroku-buildpack-python/bin/steps/python Line 70 in 9eddeae
|
@edmorley is passing |
The problem is that the pip that's bundled with get-pip.py self-upgrades: |
Nice catch, @edmorley! Will update this. |
This is now resolved. |
This buildpack is currently installing pip 10, but looking through the scripts it seems like it was supposed to be set at 9.0.2 not sure if using pip 10 is intended or not
We are having some issues installing git dependencies with the new version of pip as described here pypa/pip#5251
I have tried disabling the buildpacks install to manually get pip 9, but looking at the pipenv script skip_pipenv_install is set back to 1 when there are git dependencies.
The text was updated successfully, but these errors were encountered: