Package Details: gam 7.43.04-1

Git Clone URL: https://aur.archlinux.org/gam.git (read-only, click to copy)
Package Base: gam
Description: command line management for Google Workspace
Upstream URL: https://github.com/GAM-team/GAM
Licenses: Apache-2.0
Replaces: gamadv-xtd3
Submitter: jvybihal
Maintainer: jvybihal
Last Packager: jvybihal
Votes: 1
Popularity: 0.74
First Submitted: 2023-11-15 19:57 (UTC)
Last Updated: 2026-05-11 07:07 (UTC)

Pinned Comments

Latest Comments

InfernoZeus commented on 2026-03-13 11:56 (UTC)

I had a lot of missing modules trying to use this package:

extra/python-arrow
aur/python-pathvalidate
extra/python-google-auth-oauthlib
extra/python-google-auth-httplib2
extra/python-google-api-python-client 
extra/python-passlib
extra/python-distro
extra/python-lxml

Error messages for each below:

Traceback (most recent call last):
  File "/usr/share/gam/gam.py", line 8, in <module>
    from gam.__main__ import main
  File "/usr/share/gam/gam/__init__.py", line 110, in <module>
    import arrow
ModuleNotFoundError: No module named 'arrow'
Traceback (most recent call last):
  File "/usr/share/gam/gam.py", line 8, in <module>
    from gam.__main__ import main
  File "/usr/share/gam/gam/__init__.py", line 112, in <module>
    from pathvalidate import sanitize_filename, sanitize_filepath
ModuleNotFoundError: No module named 'pathvalidate'
Traceback (most recent call last):
  File "/usr/share/gam/gam.py", line 8, in <module>
    from gam.__main__ import main
  File "/usr/share/gam/gam/__init__.py", line 114, in <module>
    import google.oauth2.credentials
ModuleNotFoundError: No module named 'google'
Traceback (most recent call last):
  File "/usr/share/gam/gam.py", line 8, in <module>
    from gam.__main__ import main
  File "/usr/share/gam/gam/__init__.py", line 120, in <module>
    import google_auth_httplib2
ModuleNotFoundError: No module named 'google_auth_httplib2'
Traceback (most recent call last):
  File "/usr/share/gam/gam.py", line 8, in <module>
    from gam.__main__ import main
  File "/usr/share/gam/gam/__init__.py", line 121, in <module>
    import googleapiclient
ModuleNotFoundError: No module named 'googleapiclient'
Traceback (most recent call last):
  File "/usr/share/gam/gam.py", line 8, in <module>
    from gam.__main__ import main
  File "/usr/share/gam/gam/__init__.py", line 129, in <module>
    from passlib.hash import sha512_crypt
ModuleNotFoundError: No module named 'passlib'
Traceback (most recent call last):
  File "/usr/share/gam/gam.py", line 8, in <module>
    from gam.__main__ import main
  File "/usr/share/gam/gam/__init__.py", line 133, in <module>
    import distro
ModuleNotFoundError: No module named 'distro'
Traceback (most recent call last):
  File "/usr/share/gam/gam.py", line 8, in <module>
    from gam.__main__ import main
  File "/usr/share/gam/gam/__init__.py", line 149, in <module>
    import gdata.apps.service
  File "/usr/share/gam/gam/gdata/__init__.py", line 27, in <module>
    import atom
  File "/usr/share/gam/gam/atom/__init__.py", line 37, in <module>
    import lxml.etree as ElementTree
ModuleNotFoundError: No module named 'lxml'

DarioZar commented on 2026-02-12 22:21 (UTC)

@jvybihal: for clarity, when I commented, the PKGBUILD was updated but the .SRCINFO (Arch Wiki: .SRCINFO) was not. No problem with the new version - thank you!

jvybihal commented on 2026-02-04 00:58 (UTC)

@DarioZar: no, it is not:

makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')

DarioZar commented on 2026-02-03 01:54 (UTC)

Thank you for the package! Could you update the .SRCINFO? Right now it's missing python-hatchling

jvybihal commented on 2025-12-16 18:11 (UTC)

@gwarf: it's already dependency: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=gam#n15

gwarf commented on 2025-12-16 14:35 (UTC)

Thanks for this package! In order to build I had to manually install python-hatchling.