Closed bortzmeyer closed 3 years ago
I think I added as a requirement Python 3.7
minimum.
that should do... I guess
Nope. Debian stable has Python 3.7.3 but the problem is in external libraries (such as dnspython).
Oh thanks ( the original version of cyclehunter did not require asyncio
, but the newer did, so the text seems that has not been updated.
So what did you have to do on Debian? remove dnspython and re-install it with pip3.7?
(so I can then update the readme
file)
Yes, see above "removing the Debian package and installing with pip works"
fixed, thanks @bortzmeyer
The documentation is quite vague about the requirments, mentioning packages but not their versions. For instance, on a Debian stable, the packages mentioned do not work:
This is because CycleHunter requires a more recent version of dnspython, so the
apt install
command mentioned in the doc is wrong.Same issue for tqdm:
In both cases, removing the Debian package and installing with pip works.