Package Details: syncall-git r236.1a0fb90-1

Git Clone URL: https://aur.archlinux.org/syncall-git.git (read-only, click to copy)
Package Base: syncall-git
Description: Bi-directional synchronization between services such as Taskwarrior, Google Calendar, Notion, Asana, and more
Upstream URL: https://github.com/gustavakerstrom/syncall
Conflicts: syncall
Provides: syncall
Submitter: gake
Maintainer: None
Last Packager: gake
Votes: 0
Popularity: 0.000000
First Submitted: 2025-01-31 13:45 (UTC)
Last Updated: 2025-01-31 13:45 (UTC)

Latest Comments

cprn commented on 2026-02-18 22:56 (UTC)

ModuleNotFoundError: No module named 'tqdm'

After installing it:

❯ tw_gtasks_sync --help
/usr/lib/python3.14/site-packages/syncall/google/gtasks_side.py:7: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
2026-02-18 23:53:35.085 | ERROR    | syncall.app_utils:inform_about_app_extras:250 - 
You have to install the google,tw extras for tw_gtasks_sync to work.
With pip, you can do it with something like: "pip3 install syncall[google,tw]"
Exiting

How do I install those for the package? Manjaro is repo-managed, it doesn't use pip for global (system-level) dependencies, and I see no python-syncall or python-taskwarrior or python-google-taskwarrior packages, etc.