shivasiddharth / GassistPi

Google Assistant for Single Board Computers
Other
1.02k stars 304 forks source link

ImportError: No module named 'google.assistant.library' with raspberry pi zero w #107

Closed idealist33 closed 6 years ago

idealist33 commented 6 years ago

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'

shivasiddharth commented 6 years ago

main.py is for Pi3 B and Pi2 B. For Pi Zero, its pushbutton.py

shivasiddharth commented 6 years ago

Since the clarification was given, closing this issue..