-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
The quickstart documentation says to install platter using pip, however that is currently broken:
$ virtualenv venv
New python executable in venv/bin/python
Installing setuptools, pip...done.
$ ./venv/bin/pip install platter
Downloading/unpacking platter
Could not find any downloads that satisfy the requirement platter
Cleaning up...
No distributions at all found for platter
Storing debug log for failure in /Users/cwright/.pip/pip.log
The pip.log file:
Downloading/unpacking platter
Getting page https://pypi.python.org/simple/platter/
URLs to search for versions for platter:
* https://pypi.python.org/simple/platter/
Analyzing links from page https://pypi.python.org/simple/platter/
Could not find any downloads that satisfy the requirement platter
Cleaning up...
Removing temporary dir /Users/cwright/venv/build...
No distributions at all found for platter
Exception information:
Traceback (most recent call last):
File "/Users/cwright/venv/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/Users/cwright/venv/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/Users/cwright/venv/lib/python2.7/site-packages/pip/req.py", line 1177, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
File "/Users/cwright/venv/lib/python2.7/site-packages/pip/index.py", line 277, in find_requirement
raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for platter
vindarel
Metadata
Metadata
Assignees
Labels
No labels