Package Details: katfetch-git 1.3.1-3

Git Clone URL: https://aur.archlinux.org/katfetch-git.git (read-only, click to copy)
Package Base: katfetch-git
Description: A minimal and customizable fetch script.
Upstream URL: https://gitlab.com/KatHamer/katfetch
Keywords: fetch info python
Licenses: MIT
Submitter: Ykkzde
Maintainer: kathamer
Last Packager: kathamer
Votes: 1
Popularity: 0.000000
First Submitted: 2019-10-31 17:34 (UTC)
Last Updated: 2020-10-28 17:30 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Sleipnir commented on 2022-03-12 00:14 (UTC)

Seems to have an unmet requirement for a module named hurry

Full error when run:

Traceback (most recent call last):
  File "/usr/bin/katfetch", line 33, in <module>
    sys.exit(load_entry_point('KatFetch==1.3.1', 'console_scripts', 'katfetch')())
  File "/usr/bin/katfetch", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 162, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/katfetch/__main__.py", line 19, in <module>
    import hurry.filesize  # Display values in a human readable format
ModuleNotFoundError: No module named 'hurry'