Skip to content
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

Breaks due to some Pip issues #82

Closed
EliFinkelshteyn opened this issue Jan 20, 2016 · 1 comment
Closed

Breaks due to some Pip issues #82

EliFinkelshteyn opened this issue Jan 20, 2016 · 1 comment

Comments

@EliFinkelshteyn
Copy link

I've been using this role for a while, but recently have it making my builds fail trying to install docker-compose. I get this:

Successfully built docker-compose docopt PyYAML texttable dockerpty enum34 functools32
Installing collected packages: docopt, PyYAML, requests, texttable, six, backports.ssl-match-hostname, websocket-client, docker-py, dockerpty, functools32, jsonschema, enum34, docker-compose
  Found existing installation: PyYAML 3.10

:stderr: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
Detected a distutils installed project ('PyYAML') which we cannot uninstall. The metadata provided by distutils does not contain a list of files which have been installed, so pip does not know which files to uninstall.

Nothing in my scripts changed. Seems like this is an issue with new docker-compose installation (which I'm not sure is even needed for this role in the first place).

@EliFinkelshteyn
Copy link
Author

Seems this is actually only an issue with pip 8.0.0 installing docker-compose. Closing here. If you have the same issue as me, just downgrade pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant