You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
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).
The text was updated successfully, but these errors were encountered: