Created
March 26, 2015 19:45
-
-
Save nelsnelson/5a32ec0ffcd0827043ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Successfully installed galaxy-api-master cli-tools numpy PyYAML requests six stevedore simplejson pymongo argparse setuptools pbr pip | |
Cleaning up... | |
(.venv)nels.nelson@durga:~/src/hubble$ python setup.py install | |
running install | |
running bdist_egg | |
running egg_info | |
writing requirements to hubble.egg-info/requires.txt | |
writing hubble.egg-info/PKG-INFO | |
writing top-level names to hubble.egg-info/top_level.txt | |
writing dependency_links to hubble.egg-info/dependency_links.txt | |
writing entry points to hubble.egg-info/entry_points.txt | |
writing pbr to hubble.egg-info/pbr.json | |
reading manifest file 'hubble.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'hubble.egg-info/SOURCES.txt' | |
installing library code to build/bdist.linux-x86_64/egg | |
running install_lib | |
running build_py | |
creating build/bdist.linux-x86_64/egg | |
creating build/bdist.linux-x86_64/egg/hubble | |
creating build/bdist.linux-x86_64/egg/hubble/agents | |
copying build/lib.linux-x86_64-2.7/hubble/agents/graphite.py -> build/bdist.linux-x86_64/egg/hubble/agents | |
copying build/lib.linux-x86_64-2.7/hubble/agents/__init__.py -> build/bdist.linux-x86_64/egg/hubble/agents | |
copying build/lib.linux-x86_64-2.7/hubble/agents/galaxy.py -> build/bdist.linux-x86_64/egg/hubble/agents | |
copying build/lib.linux-x86_64-2.7/hubble/__init__.py -> build/bdist.linux-x86_64/egg/hubble | |
creating build/bdist.linux-x86_64/egg/hubble/util | |
copying build/lib.linux-x86_64-2.7/hubble/util/__init__.py -> build/bdist.linux-x86_64/egg/hubble/util | |
copying build/lib.linux-x86_64-2.7/hubble/util/numbers.py -> build/bdist.linux-x86_64/egg/hubble/util | |
copying build/lib.linux-x86_64-2.7/hubble/util/decorators.py -> build/bdist.linux-x86_64/egg/hubble/util | |
creating build/bdist.linux-x86_64/egg/hubble/model | |
copying build/lib.linux-x86_64-2.7/hubble/model/__init__.py -> build/bdist.linux-x86_64/egg/hubble/model | |
copying build/lib.linux-x86_64-2.7/hubble/model/tsdata.py -> build/bdist.linux-x86_64/egg/hubble/model | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/agents/graphite.py to graphite.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/agents/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/agents/galaxy.py to galaxy.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/util/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/util/numbers.py to numbers.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/util/decorators.py to decorators.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/model/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/hubble/model/tsdata.py to tsdata.pyc | |
creating build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/pbr.json -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying hubble.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
zip_safe flag not set; analyzing archive contents... | |
creating 'dist/hubble-0.1.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it | |
removing 'build/bdist.linux-x86_64/egg' (and everything under it) | |
Processing hubble-0.1.0-py2.7.egg | |
Copying hubble-0.1.0-py2.7.egg to /home/nels.nelson/src/hubble/.venv/lib/python2.7/site-packages | |
Adding hubble 0.1.0 to easy-install.pth file | |
Installing hubble-agent script to /home/nels.nelson/src/hubble/.venv/bin | |
Installed /home/nels.nelson/src/hubble/.venv/lib/python2.7/site-packages/hubble-0.1.0-py2.7.egg | |
Processing dependencies for hubble==0.1.0 | |
Searching for galaxy-api-master | |
Reading https://pypi.python.org/simple/galaxy-api-master/ | |
Couldn't find index page for 'galaxy-api-master' (maybe misspelled?) | |
Scanning index of all packages (this may take a while) | |
Reading https://pypi.python.org/simple/ | |
No local packages or download links found for galaxy-api-master | |
error: Could not find suitable distribution for Requirement.parse('galaxy-api-master') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment