CiscoSystems / devstack-environment

A single- or multi-node DevStack deployment driven by Vagrant and Ansible
Apache License 2.0
17 stars 7 forks source link

Fix ansible ImportError: cannot import name IncompleteRead #4

Closed aojea closed 9 years ago

aojea commented 9 years ago

Ansible task fails on Ubuntu 14.04 because of pip dependencies Fix: http://stackoverflow.com/questions/27341064/how-do-i-fix-importerror-cannot-import-name-incompleteread

TASK: [cacher | install devpi PIP cache] ** failed: [apt-pip-cache] => {"cmd": "/usr/bin/pip install devpi-server", "failed": true} msg: :stderr: Traceback (most recent call last): File "/usr/bin/pip", line 9, in load_entry_point('pip==1.5.4', 'console_scripts', 'pip')()