No module named Google
Meliara opened this issue · 2 comments
when trying to run the script assistant.py i get the error:
File "assistant.py", line 25, in <module> import google.oauth2.credentials ModuleNotFoundError: No module named 'google'
everyone says to use the command '/home/pi/env/bin/python3 -u assistant.py' but i'm already using that command to run it
i run it from ~/MagicMirror/modules/MMM-GoogleAssistant/pi
if someone can help me with this i would be very thankfull
when trying to run the script assistant.py i get the error:
File "assistant.py", line 25, in <module> import google.oauth2.credentials ModuleNotFoundError: No module named 'google'
everyone says to use the command '/home/pi/env/bin/python3 -u assistant.py' but i'm already using that command to run it
i run it from ~/MagicMirror/modules/MMM-GoogleAssistant/pi
if someone can help me with this i would be very thankfull
I am having the same issuse.
I am having the same issue (after changing the async method to pn_async due to a syntax error). There are way too many things that need to be solved first. For starters, a better step-by-step manual