X0R0X / cli-torrent-dl

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

Doesn't work with Python 3.10, thinks 3.10 is outdated #30

Closed ElonSatoshi closed 1 year ago

ElonSatoshi commented 2 years ago
$ ./setup.sh
which: no python3.9 in (/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/elon/.local/bin:/home/elon/.local/bin)
which: no python3.8 in (/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/elon/.local/bin:/home/elon/.local/bin)
tordl requires Python 3.8 or higher.
Please install it (on debian based systems: $ sudo apt-get install python3.8)
$ python --version
Python 3.10.0