Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CrackerJackMack/09e8d1689a424eb4399125da1e454a8b to your computer and use it in GitHub Desktop.
Save CrackerJackMack/09e8d1689a424eb4399125da1e454a8b to your computer and use it in GitHub Desktop.
[kevin,bassle]<0>[testinstall_1,master*]~/devel/python-pip-source-1
$ pip install -v .
Processing /home/kevin/devel/python-pip-source-1
  Running setup.py (path:/tmp/pip-LhdiNp-build/setup.py) egg_info for package from file:///home/kevin/devel/python-pip-source-1
    Running command python setup.py egg_info
    running egg_info
    creating pip-egg-info/testpip_1.egg-info
    writing requirements to pip-egg-info/testpip_1.egg-info/requires.txt
    writing pip-egg-info/testpip_1.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/testpip_1.egg-info/top_level.txt
    writing dependency_links to pip-egg-info/testpip_1.egg-info/dependency_links.txt
    writing entry points to pip-egg-info/testpip_1.egg-info/entry_points.txt
    writing manifest file 'pip-egg-info/testpip_1.egg-info/SOURCES.txt'
    reading manifest file 'pip-egg-info/testpip_1.egg-info/SOURCES.txt'
    writing manifest file 'pip-egg-info/testpip_1.egg-info/SOURCES.txt'
  Source in /tmp/pip-LhdiNp-build has version 0.0.1, which satisfies requirement testpip-1==0.0.1 from file:///home/kevin/devel/python-pip-source-1
Collecting libtestpip (from testpip-1==0.0.1)
  1 location(s) to search for versions of libtestpip:
  * https://pypi.python.org/simple/libtestpip/
  Getting page https://pypi.python.org/simple/libtestpip/
  Looking up "https://pypi.python.org/simple/libtestpip/" in the cache
  No cache entry available
  Starting new HTTPS connection (1): pypi.python.org
  https://pypi.python.org:443 "GET /simple/libtestpip/ HTTP/1.1" 404 39
  Status code 404 not in [200, 203, 300, 301]
  Could not fetch URL https://pypi.python.org/simple/libtestpip/: 404 Client Error: Not Found (libtestpip does not exist) for url: https://pypi.python.org/simple/libtestpip/ - skipping
  Could not find a version that satisfies the requirement libtestpip (from testpip-1==0.0.1) (from versions: )
Cleaning up...
  Removing source in /tmp/pip-LhdiNp-build
No matching distribution found for libtestpip (from testpip-1==0.0.1)
Exception information:
Traceback (most recent call last):
  File "/home/kevin/.virtualenvs/testinstall_1/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/home/kevin/.virtualenvs/testinstall_1/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run
    wb.build(autobuilding=True)
  File "/home/kevin/.virtualenvs/testinstall_1/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build
    self.requirement_set.prepare_files(self.finder)
  File "/home/kevin/.virtualenvs/testinstall_1/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/home/kevin/.virtualenvs/testinstall_1/local/lib/python2.7/site-packages/pip/req/req_set.py", line 554, in _prepare_file
    require_hashes
  File "/home/kevin/.virtualenvs/testinstall_1/local/lib/python2.7/site-packages/pip/req/req_install.py", line 278, in populate_link
    self.link = finder.find_requirement(self, upgrade)
  File "/home/kevin/.virtualenvs/testinstall_1/local/lib/python2.7/site-packages/pip/index.py", line 514, in find_requirement
    'No matching distribution found for %s' % req
DistributionNotFound: No matching distribution found for libtestpip (from testpip-1==0.0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment