Search Criteria
Package Details: ytmdl 2024.08.15.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ytmdl.git (read-only, click to copy) |
---|---|
Package Base: | ytmdl |
Description: | Download songs from YouTube with metadata from iTunes, Spotify, LastFM, etc |
Upstream URL: | https://github.com/deepjyoti30/ytmdl |
Keywords: | cli ffmpeg freemusic gaana high-quality-ads itunes metadata music music-bot songs spotify youtube |
Licenses: | MIT |
Submitter: | deepjyoti30 |
Maintainer: | deepjyoti30 (xiota) |
Last Packager: | xiota |
Votes: | 14 |
Popularity: | 0.21 |
First Submitted: | 2019-11-09 07:25 (UTC) |
Last Updated: | 2024-08-19 15:50 (UTC) |
Dependencies (21)
- downloader-cliAUR
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-ffmpeg-pythonAUR
- python-itunespyAUR
- python-musicbrainzngs
- python-mutagen (python-mutagen-gitAUR)
- python-pydesAUR
- python-pyxdg
- python-rich
- python-simberAUR
- python-spotipyAUR (python-spotipy-gitAUR)
- python-unidecode
- python-ytmusicapi
- youtube-search-pythonAUR (youtube-search-python-gitAUR, youtube-search-pythonAUR)
- yt-dlp (yt-dlp-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
deepjyoti30 commented on 2022-01-10 12:51 (UTC)
@matthewdavis The error you reported is very weird. I am not able to reproduce it on Python 3.10. Moreover, python-pip is not a direct dependency of the package and based on the error reported, it seems like it is being used in the
build()
ofpython-simber
, however, it is not actually.I am the developer/maintainer of
python-simber
and I am surepip
is not being used in the build process of simber.Also, I just clean installed
ytmdl
on my machine without any issues.Could you perhaps provide some more details about your system? Also, reporting an issue on GitHub would be a better idea since communicating there is way easier!
matthewdavis commented on 2022-01-07 21:22 (UTC) (edited on 2022-01-07 21:24 (UTC) by matthewdavis)
Please make python-pip a dependency.
deepjyoti30 commented on 2021-06-27 12:55 (UTC)
@jrabensc
python-ytmusicapi
is clearly added to the list of dependencies, you can see in the above list.jrabensc commented on 2021-06-27 12:48 (UTC)
deepjyoti30 commented on 2021-05-29 12:43 (UTC)
@marcthe12 I am not sure if we need
python-pip
as a dependency. In thebuild
we're usingsetuptools
so I can't see wherepython-pip
might be needed.Can you perhaps share some logs. It might be possible that it's used by some other package that
ytmdl
is dependent on?marcthe12 commented on 2021-05-28 15:37 (UTC) (edited on 2021-05-28 15:54 (UTC) by marcthe12)
There is a missing build dep on python-pip(build in chroot)
deepjyoti30 commented on 2021-03-06 16:22 (UTC)
The
python-beautifulsoup4
package is a dependency as you can see in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ytmdl#n14BrainDamage commented on 2021-03-06 14:13 (UTC)
the issue is with the pkgbuild, it's missing python-beautifulsoup4 from the deps
https://github.com/deepjyoti30/ytmdl/blob/20eca359a6063d7f9bb29ec6c6ef791623045649/setup.py#L19
the error is deceptive because the setuptools is attempting to use pip to install it, but it's trying to search for the bs4 module, which is provided by python-beautifulsoup4
deepjyoti30 commented on 2021-03-04 09:55 (UTC)
@IncredibleLaser This seems like a
bs4
issue.ytmdl
doesn't depend onpip
to build the app.We need to report this to
python-beautifulsoup4
package.IncredibleLaser commented on 2021-02-11 13:34 (UTC)
This doesn't seem to build without python-pip:
« First ‹ Previous 1 2 3 4 5 Next › Last »