Package Details: goobook 3.5.2-4

Git Clone URL: https://aur.archlinux.org/goobook.git (read-only, click to copy)
Package Base: goobook
Description: Access your Google contacts from the command line
Upstream URL: https://gitlab.com/goobook/goobook
Licenses: GPL3
Submitter: jaantoots
Maintainer: ribbons
Last Packager: ribbons
Votes: 3
Popularity: 0.000002
First Submitted: 2020-11-08 17:10 (UTC)
Last Updated: 2024-04-29 18:32 (UTC)

Latest Comments

« First ‹ Previous 1 2

ribbons commented on 2020-12-05 19:20 (UTC)

Sorry, looked at this fresh again today after your reply and realised it was totally user error on my part - built goobook in a fully updated chroot (python 3.9) and then installed it in my system with slightly less up-to-date packages (python 3.8) with unsurprising results... Doh!

jaantoots commented on 2020-12-05 17:16 (UTC)

This doesn't make any sense. The only explanation I can come up with is if you built the package with some older version of python or your python is somehow broken and not finding goobook in its expected place at /usr/lib/python3.8/site-packages/goobook/. Are other python packages working for you?

ribbons commented on 2020-12-02 19:56 (UTC)

Unfortunately after upgrading to 3.5.1 I'm getting the following if I try to run goobook:

Traceback (most recent call last):
  File "/usr/bin/goobook", line 33, in <module>
    sys.exit(load_entry_point('goobook==3.5.1.dev0', 'console_scripts', 'goobook')())
  File "/usr/bin/goobook", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.8/importlib/metadata.py", line 504, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.8/importlib/metadata.py", line 177, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: goobook