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'
Pinned Comments