Package Details: bugwarrior-git 1507.d5ab94a-1

Git Clone URL: https://aur.archlinux.org/bugwarrior-git.git (read-only, click to copy)
Package Base: bugwarrior-git
Description: pull issues from issue trackers into taskwarrior (GitHub, GitLab, Bitbucket, etc.)
Upstream URL: https://bugwarrior.readthedocs.io
Licenses: GPL3
Conflicts: bugwarrior
Provides: bugwarrior
Submitter: fuero
Maintainer: fuero
Last Packager: fuero
Votes: 1
Popularity: 0.67
First Submitted: 2023-07-24 06:37 (UTC)
Last Updated: 2024-01-29 16:21 (UTC)

Dependencies (21)

Required by (1)

Sources (1)

Latest Comments

tapajos commented on 2024-09-27 18:38 (UTC)

python-pydantic and python-email-validator are dependencies

fuero commented on 2024-09-17 09:19 (UTC)

It's likely that you didn't reinstall python-taskw after upgrading python. I suggest using https://github.com/maximbaz/rebuild-detector

mdujava commented on 2024-09-15 15:09 (UTC)

Does not work, I get errors:

Traceback (most recent call last):
  File "/usr/bin/bugwarrior", line 33, in <module>
    sys.exit(load_entry_point('bugwarrior==1.8.0', 'console_scripts', 'bugwarrior')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/bugwarrior", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3.12/site-packages/bugwarrior/__init__.py", line 2, in <module>
    from bugwarrior.command import cli, pull, vault, uda
  File "/usr/lib/python3.12/site-packages/bugwarrior/command.py", line 11, in <module>
    from bugwarrior.config import get_keyring, get_config_path, load_config
  File "/usr/lib/python3.12/site-packages/bugwarrior/config/__init__.py", line 1, in <module>
    from .load import BUGWARRIORRC, get_config_path, load_config
  File "/usr/lib/python3.12/site-packages/bugwarrior/config/load.py", line 11, in <module>
    from . import schema
  File "/usr/lib/python3.12/site-packages/bugwarrior/config/schema.py", line 9, in <module>
    import taskw
ModuleNotFoundError: No module named 'taskw'