I'm on linux and the line:
pkg-resources==0.0.0 in requirements.txt
prevents the installation from completing with the following error:
ERROR: Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from versions: none)
ERROR: No matching distribution found for pkg-resources==0.0.0
installation worked fine when that line is removed from requirements.txt
I'm on linux and the line:
pkg-resources==0.0.0 in requirements.txt
prevents the installation from completing with the following error:
installation worked fine when that line is removed from requirements.txt