hinnerk / cftpl

Templates and Management for AWS CloudFormation
12 stars 6 forks source link

Can't install via pip / Missing files on pypi #4

Closed dbanck closed 10 years ago

dbanck commented 10 years ago

There are no files for download/installation on pypi , see: https://pypi.python.org/pypi/cftpl/1.0

pip log:

$ pip install cftpl
Downloading/unpacking cftpl
  Could not find any downloads that satisfy the requirement cftpl
No distributions at all found for cftpl
Storing complete log in /home/daniel/.pip/pip.log

$ cat .pip/pip.log
------------------------------------------------------------
/usr/local/bin/pip run on Fri Jun  6 15:07:04 2014
Downloading/unpacking cftpl

  Getting page https://pypi.python.org/simple/cftpl/
  URLs to search for versions for cftpl:
  * https://pypi.python.org/simple/cftpl/
  Analyzing links from page https://pypi.python.org/simple/cftpl/
  Could not find any downloads that satisfy the requirement cftpl

No distributions at all found for cftpl

Exception information:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/basecommand.py", line 139, in main
    status = self.run(options, args)
  File "/usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/commands/install.py", line 266, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/req.py", line 1026, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/usr/local/lib/python2.7/dist-packages/pip-1.3.1-py2.7.egg/pip/index.py", line 171, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for cftpl
hinnerk commented 10 years ago

Sorry, should be fixed now!