Package Details: yewtube 2.12.0-1

Git Clone URL: https://aur.archlinux.org/yewtube.git (read-only, click to copy)
Package Base: yewtube
Description: Terminal-based YouTube player and downloader
Upstream URL: https://github.com/mps-youtube/yewtube
Licenses: GPL3
Submitter: tecnotercio
Maintainer: tecnotercio
Last Packager: tecnotercio
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-16 05:26 (UTC)
Last Updated: 2024-09-18 03:13 (UTC)

Latest Comments

fyskar commented on 2024-09-30 13:30 (UTC) (edited on 2024-10-02 07:02 (UTC) by fyskar)

With the latest version I get the following error. Any ideas how to fix this?

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: yewtube-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
yewtube - exit status 4

Edit: reinstalling "youtube-python-search" as mentioned in the previous comment, solved the problem

tecnotercio commented on 2024-08-25 18:42 (UTC)

@zubi33: Rebuild the "youtube-python-search" and "yewtube" packages. They are probably referring to an older version of Python.

zubi33 commented on 2024-08-17 06:48 (UTC)

I'm alone with the error ?:

Traceback (most recent call last):
  File "/home/zubi/.local/bin/yt", line 5, in <module>
    from mps_youtube import main
ModuleNotFoundError: No module named 'mps_youtube'

tecnotercio commented on 2024-01-21 23:35 (UTC)

@fermino, thanks for your help!

fermino commented on 2023-12-04 03:01 (UTC) (edited on 2023-12-04 03:06 (UTC) by fermino)

Installation fails without python-setuptools. It should probably be added as a dependency :)

Edit: same with python-wheel. Edit 2: It doesn't run without python-pip.