I am using raspberry pi zero w and executed "python main.py" then error comes out.
Already followed intruction of installation.
(env) pi@raspberrypi:~/GassistPi/src $ python main.pyTraceback (most recent call last): File "main.py", line 26, in <module> from google.assistant.library import Assistant ImportError: No module named 'google.assistant.library'
I am using raspberry pi zero w and executed "python main.py" then error comes out.
Already followed intruction of installation.
(env) pi@raspberrypi:~/GassistPi/src $ python main.py
Traceback (most recent call last): File "main.py", line 26, in <module> from google.assistant.library import Assistant ImportError: No module named 'google.assistant.library'