Whenever I run this command
py -m googlesamples.assistant.auth_helpers -client-secrets <secrete-location>
I get an error saying:
C:\Users\chand\AppData\Local\Programs\Python\Python36\python.exe:
No module named googlesamples.assistant.auth_helpers
I'm not sure what the issue is as it worked on a different device with the same steps.
python -m pip show google-assistant-sdk
– Entrywaypip install
ed thegoogle-assistant-sdk
package – Entryway