Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

setuptools==0.6 can cause DistributionNotFound error while using peep. #48

Open
dean opened this issue Aug 21, 2014 · 1 comment
Open

Comments

@dean
Copy link
Contributor

dean commented Aug 21, 2014

It shows the 'You don't have pip>=0.6.8' error, but it's caused by the DistributionNotFound error that's thrown.

There are a couple solutions:

  1. Add a requirements file with setuptools>=0.9.8
  2. Anytime setuptools < 0.9.8 is tried to be installed, throw an error and let the user know why.

I say setuptools>=0.9.8 because according to the docs[1] it's supposed to be backwards compatible with all previous setuptools versions.

[1] https://pypi.python.org/pypi/setuptools

@dean
Copy link
Contributor Author

dean commented Aug 22, 2014

I ran into this error after installing setuptools==0.6c, for reference.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant