Skip to content

Instantly share code, notes, and snippets.

@tomviner
Created January 9, 2015 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomviner/e925c2878fba31661446 to your computer and use it in GitHub Desktop.
Save tomviner/e925c2878fba31661446 to your computer and use it in GitHub Desktop.
setup.py: dependency_links = local devpi server
$ python setup.py install
running install
running bdist_egg
running egg_info
creating dep_links.egg-info
writing requirements to dep_links.egg-info/requires.txt
writing dep_links.egg-info/PKG-INFO
writing top-level names to dep_links.egg-info/top_level.txt
writing dependency_links to dep_links.egg-info/dependency_links.txt
writing manifest file 'dep_links.egg-info/SOURCES.txt'
reading manifest file 'dep_links.egg-info/SOURCES.txt'
writing manifest file 'dep_links.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
warning: install_lib: 'build/lib.linux-x86_64-2.7' does not exist -- no Python modules to install
creating build
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying dep_links.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying dep_links.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying dep_links.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying dep_links.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying dep_links.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/dep_links-0.0.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 dep_links-0.0.0-py2.7.egg
Removing /home/myuser/.virtualenvs/myvenv/lib/python2.7/site-packages/dep_links-0.0.0-py2.7.egg
Copying dep_links-0.0.0-py2.7.egg to /home/myuser/.virtualenvs/myvenv/lib/python2.7/site-packages
dep-links 0.0.0 is already the active version in easy-install.pth
Installed /home/myuser/.virtualenvs/myvenv/lib/python2.7/site-packages/dep_links-0.0.0-py2.7.egg
Processing dependencies for dep-links==0.0.0
Searching for openpyxl-wrapper
Reading http://pypi.local/user/index/+simple/
Reading https://pypi.python.org/simple/openpyxl-wrapper/
Couldn't find index page for 'openpyxl-wrapper' (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 openpyxl-wrapper
error: Could not find suitable distribution for Requirement.parse('openpyxl-wrapper')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment