Skip to content

pip install fails with DistributionNotFound #69

@nbeaver

Description

@nbeaver

The package appears to be hosted on PyPi here:

https://pypi.python.org/pypi/physicalquantities/0.6.

However, attempting to install with pip fails:

pip install --user PhysicalQuantities

Full log:

------------------------------------------------------------
/usr/bin/pip run on Wed Jan 27 22:18:28 2016
Downloading/unpacking PhysicalQuantities
  Getting page https://pypi.python.org/simple/PhysicalQuantities/
  URLs to search for versions for PhysicalQuantities:
  * https://pypi.python.org/simple/PhysicalQuantities/
  Analyzing links from page https://pypi.python.org/simple/physicalquantities/
  Could not find any downloads that satisfy the requirement PhysicalQuantities
Cleaning up...
No distributions at all found for PhysicalQuantities
Exception information:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 290, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1178, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/usr/lib/python2.7/dist-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 PhysicalQuantities

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