Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation through yay seems to lack tqdm dependency. #516

Open
WillNilges opened this issue Sep 1, 2024 · 1 comment
Open

Installation through yay seems to lack tqdm dependency. #516

WillNilges opened this issue Sep 1, 2024 · 1 comment

Comments

@WillNilges
Copy link

WillNilges commented Sep 1, 2024

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.
@7x11x13
Copy link
Member

7x11x13 commented Sep 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants