Package Details: castero 0.9.5-1

Git Clone URL: https://aur.archlinux.org/castero.git (read-only, click to copy)
Package Base: castero
Description: TUI podcast client for the terminal
Upstream URL: https://github.com/xgi/castero
Keywords: player podcast terminal tui
Licenses: MIT
Submitter: clove3am
Maintainer: bittin
Last Packager: bittin
Votes: 1
Popularity: 0.000304
First Submitted: 2020-06-13 22:27 (UTC)
Last Updated: 2022-04-04 16:09 (UTC)

Latest Comments

edvind commented on 2023-08-10 16:44 (UTC)

I get the same error as chueewowee and unknown78.

chueewowee commented on 2023-07-19 01:57 (UTC) (edited on 2023-07-19 01:59 (UTC) by chueewowee)

I also get the same error when launching castero:

File "/usr/lib/python3.11/site-packages/pkg_resources/__init__.py", line 870, in _resolve_dist
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python-mpv' distribution was not 
found and is required by castero



yay -Qs python-mpv
local/python-mpv 1.0.3-4
Python interface to the awesome mpv media player

unknown78 commented on 2023-04-04 19:30 (UTC)

i get the following error message even python-mpv is installed

File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 868, in _resolve_dist
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python-mpv' distribution was not found and is required by castero
yay -Qs python-mpv
local/python-mpv 1.0.3-3
    Python interface to the awesome mpv media player

bittin commented on 2021-10-15 05:19 (UTC)

fixed

kusky commented on 2021-10-14 20:09 (UTC)

yes, community/python-pytz should be added to the pkg deps

blallo commented on 2021-08-01 15:12 (UTC)

The cli raises with the following output:

Traceback (most recent call last):
  File "/usr/bin/castero", line 33, in <module>
    sys.exit(load_entry_point('castero==0.9.3', 'console_scripts', 'castero')())
  File "/usr/bin/castero", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/castero/__main__.py", line 12, in <module>
    monkey.patch_all(thread=False, select=False)
  File "/usr/lib/python3.9/site-packages/gevent/monkey.py", line 1226, in patch_all
    from gevent import events
  File "/usr/lib/python3.9/site-packages/gevent/events.py", line 74, in <module>
    from pkg_resources import iter_entry_points
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3243, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3226, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 568, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 886, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pytz' distribution was not found and is required by castero

I think python-pytz is missing from the dependencies. After installing it, the cli works.