scdl-org/scdl

Installation through `yay` seems to lack `tqdm` dependency.

Opened this issue · 1 comments

Hello, love the project! For some reason, I am getting the following error when I try to use scdl downloaded via the yay instructions in the readme (https://github.com/scdl-org/scdl/wiki/Installation-Instruction#arch-linux).

This is the specific AUR package I'm working with.
https://aur.archlinux.org/packages/soundcloud-dl-git?O=0

$ scdl -l https://soundcloud.com/king-gizzard-the-lizard-wizard/sets/ice-death-planets-lungs
Traceback (most recent call last):
  File "/usr/bin/scdl", line 5, in <module>
    from scdl.scdl import main
  File "/usr/lib/python3.12/site-packages/scdl/scdl.py", line 102, in <module>
    from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'

Installing with pipx seems to work.

$ pacman -S python-pipx
$ pipx install scdl
$ scdl -l https://soundcloud.com/king-gizzard-the-lizard-wizard/sets/ice-death-planets-lungs
# Download proceeds as normal.

It looks like the AUR package still depends on clint rather than tqdm which the script now depends on