Skip to content

Instantly share code, notes, and snippets.

@oxyc
Created May 16, 2016 02:46
Show Gist options
  • Save oxyc/1d6797de225c65ba4e6866ebacadcad3 to your computer and use it in GitHub Desktop.
Save oxyc/1d6797de225c65ba4e6866ebacadcad3 to your computer and use it in GitHub Desktop.
f
==> drupalvm: Installing Ansible.
==> drupalvm: Collecting ansible
==> drupalvm: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: 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. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
==> drupalvm: SNIMissingWarning
==> drupalvm: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
==> drupalvm: InsecurePlatformWarning
==> drupalvm: Downloading ansible-2.0.2.0.tar.gz (1.5MB)
==> drupalvm: Requirement already satisfied (use --upgrade to upgrade): paramiko in /usr/lib/python2.7/dist-packages (from ansible)
==> drupalvm: Requirement already satisfied (use --upgrade to upgrade): jinja2 in /usr/lib/python2.7/dist-packages (from ansible)
==> drupalvm: Requirement already satisfied (use --upgrade to upgrade): PyYAML in /usr/lib/python2.7/dist-packages (from ansible)
==> drupalvm: Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/dist-packages (from ansible)
==> drupalvm: Requirement already satisfied (use --upgrade to upgrade): pycrypto>=2.6 in /usr/lib/python2.7/dist-packages (from ansible)
==> drupalvm: Building wheels for collected packages: ansible
==> drupalvm: Running setup.py bdist_wheel for ansible: started
==> drupalvm: Running setup.py bdist_wheel for ansible: finished with status 'error'
==> drupalvm: Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Cqi3h5/ansible/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp2W4jdfpip-wheel- --python-tag cp27:
==> drupalvm: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
==> drupalvm: or: -c --help [cmd1 cmd2 ...]
==> drupalvm: or: -c --help-commands
==> drupalvm: or: -c cmd --help
==> drupalvm:
==> drupalvm: error: invalid command 'bdist_wheel'
==> drupalvm:
==> drupalvm: ----------------------------------------
==> drupalvm: Failed building wheel for ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment