Skip to content

Instantly share code, notes, and snippets.

@hughsaunders
Created December 16, 2013 16:44
Show Gist options
  • Save hughsaunders/7990125 to your computer and use it in GitHub Desktop.
Save hughsaunders/7990125 to your computer and use it in GitHub Desktop.
Installing collected packages: pbr, fuel-ostf-tests, pip, distribute, extras, httplib2, jsonpatch, jsonpointer, nose, pyOpenSSL, pyparsing, python-cinderclient, python-glanceclient, python-keystoneclient, python-mimeparse, python-novaclient, python-neutronclient, requests, setuptools-git, simplejson, unittest2, testresources, testtools, warlock, setuptools
Running setup.py install for pbr
[pbr] Reusing existing SOURCES.txt
Running setup.py develop for fuel-ostf-tests
Creating /opt/stack/rally/.venv/lib/python2.7/site-packages/ostf-tests.egg-link (link to .)
Adding ostf-tests 0.1 to easy-install.pth file
Installed /opt/stack/rally/.venv/src/fuel-ostf-tests
Found existing installation: pip 1.1
Uninstalling pip:
Successfully uninstalled pip
Running setup.py install for pip
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.rst' found under directory 'docs/_build'
no previously-included directories found matching 'docs/_build/_sources'
Installing pip script to /opt/stack/rally/.venv/bin
Installing pip-2.7 script to /opt/stack/rally/.venv/bin
Found existing installation: distribute 0.6.24
Uninstalling distribute:
Successfully uninstalled distribute
Running setup.py install for distribute
Running setup.py install for extras
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named setuptools
Complete output from command /opt/stack/rally/.venv/bin/python -c "import setuptools;__file__='/opt/stack/rally/.venv/build/extras/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-JEi7xD-record/install-record.txt --install-headers /opt/stack/rally/.venv/include/site/python2.7:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment