X0R0X / cli-torrent-dl

CLI utility to search and download torrents from major torrent sites
Other
121 stars 11 forks source link

pkg-resources==0.0.0 prevents installation #25

Closed repkid closed 2 years ago

repkid commented 3 years ago

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

silkyland commented 3 years ago

Just remove this line from requirements.txt

repkid commented 3 years ago

neato, now it just needs to be merged

X0R0X commented 2 years ago

Dunno why that was there, bah ^^ It was surely removed loong ago.