I'm following the usage instructions (https://github.com/cedadev/c3s_434_ecde_page_text)
to parse an update I've made to the ECDE google sheet but I am coming across the following error:
File "code/gdoc_parser.py", line 1, in
from apiclient import discovery
ModuleNotFoundError: No module named 'apiclient'
I'm following the usage instructions (https://github.com/cedadev/c3s_434_ecde_page_text) to parse an update I've made to the ECDE google sheet but I am coming across the following error: File "code/gdoc_parser.py", line 1, in
from apiclient import discovery
ModuleNotFoundError: No module named 'apiclient'