-
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
AttributeError: 'module' object has no attribute 'get_config_header'
after upgrading to 1.10
#4344
Comments
I should note that this is on Ubuntu 14.04 |
You'll have to uninstall |
For people in need of a solution:
We should have a fix coming in the next few days. |
Same problem on Ubuntu 16.04 LTS.
|
The fix may has another problem, when the pip is at /usr/local/lib..., but the docker-compose is at /user/local/lib... On file (/usr/local/lib/python2.7/dist-packages/compose/cli/main.py). File "/usr/local/lib/python2.7/dist-packages/docker/transport/ssladapter.py", line 22, in |
This error occurred with me in version docker-compose-1.17.1. |
I have an issue with this fix on Raspberry Pi 3 + Alpine Linux.
|
I had to manually remove
docker-py
and then reinstalldocker
anddocker-compose
:The text was updated successfully, but these errors were encountered: