Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"pkg-resources==0.0.0" error #8

Closed
davidsaroff opened this issue Apr 21, 2019 · 1 comment
Closed

"pkg-resources==0.0.0" error #8

davidsaroff opened this issue Apr 21, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@davidsaroff
Copy link

Trying to follow your "hit the ground running"

install all required packages

pip install -r requirements.txt

produces the error

Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r requirements.txt (line 54)) (from versions: )
No matching distribution found for pkg-resources==0.0.0 (from -r requirements.txt (line 54))

taking a look at requirements.txt, line 54 in fact indicates a 0.0.0 version for pkg-resources.

@SkalskiP
Copy link
Owner

Hello. Thank you so much for bringing this bug to my attention. After doing some research I came to the conclusion that this is an error caused by Ubuntu, which gives PIP incorrect data - you can read more about it here and here. It seems that the correct solution in this situation is to supplement this line with requirements.txt - and that's what I did. If this operation causes any further errors I will reopen the issue, but in the meantime I consider the bug resolved.

@SkalskiP SkalskiP added the bug Something isn't working label Apr 23, 2019
@SkalskiP SkalskiP self-assigned this Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants