Skip to content

Installation instructions are broken #26

@corywright

Description

@corywright

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions