pimutils / vdirsyncer

📇 Synchronize calendars and contacts.

Home Page:https://vdirsyncer.pimutils.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

critical: aiohttp-oauthlib not installed

pauljamesharper opened this issue · comments

I am trying to sync Google Contacts and get the error:

vdirsyncer discover
.....
....
Discovering collections for pair google_sync
critical: aiohttp-oauthlib not installed

  • Your vdirsyncer version
    vdirsyncer, version 0.19.1 installed by pipx

  • Your Python version
    Python 3.11.2

  • aiohttp-oauthlib version Installed by Debian apt.
    python3-aiohttp-oauthlib is already the newest version (0.1.0-2)

  • Your operating system

  • Debian 12 Bookworm Gnu/Linux

  • Use vdirsyncer -vdebug for debug output. T

Discovering collections for pair google_sync
critical: aiohttp-oauthlib not installed

I tried install aiohttp-oauthlib with pipx but that does not work.

Any suggestion to get aiohttp-oauthlib so it is seen by vdirsyncer?

commented

Can you try pipx install 'vdirsyncer[google]'?

(I'd keep the quotes to avoid a shell misinterpreting the brackets.

Thanks! That worked. I had to uninstall first. Sorry for my misunderstanding. I thought vdirsyncer[google] was an additional package.

pipx uninstall vdirsyncer