Remove pkg-resources from requirements.txt

Issue #2 resolved
João Toss Molon created an issue

Running pip install -r requirements.txt returns the following error

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

Workaround: remove pkg-resources==0.0.0 from requirements.txt

Comments (2)

  1. Log in to comment