Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] qytdl: No module named youtube_dl
Date: Wed, 10 May 2023 03:55:16 +0200	[thread overview]
Message-ID: <20230510015516.t9BF0hfrMgsH7Hl0nuaRYoslF9R7kwpv3Z6ETf4x2rA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43814@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1440 bytes --]

Closed issue by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/issues/43814

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.25_1 x86_64 AuthenticAMD uptodate FFF

### Package(s) Affected

qytdl-1.6_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

should be able to run with `yt-dlp`, not youtube-dl. but, this issue is solved if install `youtube-dl`

cc @sgn, last commit https://github.com/void-linux/void-packages/commit/ee2ea4e6a277a03dbfcd4a427b00c9514162fa9e

### Actual behaviour

```
➜  ~ qytdl 
Traceback (most recent call last):
  File "/usr/share/qytdl/src/./main.py", line 29, in <module>
    from main_window import MainWindow
  File "/usr/share/qytdl/src/main_window.py", line 6, in <module>
    from main_widget import MainWidget
  File "/usr/share/qytdl/src/main_widget.py", line 11, in <module>
    from list_widget import ListWidget
  File "/usr/share/qytdl/src/list_widget.py", line 7, in <module>
    from icons import *
  File "/usr/share/qytdl/src/icons.py", line 10, in <module>
    from util import icon_path, system_install_path
  File "/usr/share/qytdl/src/util.py", line 3, in <module>
    import youtube_dl
ModuleNotFoundError: No module named 'youtube_dl'
```

### Steps to reproduce

1. `doas xbps-install -S qytdl`
2. run `qytdl` in terminal

      reply	other threads:[~2023-05-10  1:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-09 18:45 [ISSUE] " hervyqa
2023-05-10  1:55 ` sgn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230510015516.t9BF0hfrMgsH7Hl0nuaRYoslF9R7kwpv3Z6ETf4x2rA@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).