-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
docker-compose pip install fails with pip 10.0.0 #5883
Comments
I have the same issue. Workaround for now would be not to upgrade the pip to 10.x. |
I also have same and downgrade pip to 9.0.3. |
Also an issue on RHEL 7.4. Temporarily working around the problem by doing the same as @hermesian, using:
|
After looking at this more closely, it looks like this is mostly a
My takeaway here is that it's not Compose's responsibility to fix, nor would we be able to even if we wanted to. Downgrading |
New upgrade of pip 10 is causing the problem. Links - 1. docker/compose#5883 2. https://bugs.launchpad.net/devstack/+bug/1763966 3. pypa/pip#4805 Change-Id: I8d49dda2ae55569833075fff792d9ded0030f56b
The same question |
And the issue still persists.... |
@ghost
Followed by:
Success. |
Did not work for me even python3.
But it works without "sudo" |
Description of the issue
We're running docker-compose on CentOS. The pip version when installed with --upgrade changed to 10.0.0 in the last couple days and our docker install (pip install docker-compose) began failing with the following message. It appears that pip 10.0.0 has increased the version dependency of package
requests
to 2.6.0, which is incompatible with the default docker-compose installation.Context information (for bug reports)
Steps to reproduce the issue
Observed result
Install fails
Expected result
Install succeeds
Stacktrace / full error message
Additional information
OS version / distribution,
docker-compose
install method, etc.The text was updated successfully, but these errors were encountered: