【发布时间】:2017-10-20 20:03:08
【问题描述】:
好的,我一直在我的 Windows 10 PC 上安装 Google Assistant,但遇到了多个错误,我通过访问此处解决了最后一个错误:Google Assistant Installation on Python3.6 OSX
现在,我已经安装了所有东西,想测试我的麦克风,然后开始使用助手。但是,当我输入命令时
python -m googlesamples.assistant.audio_helpers
和
python -m googlesamples.assistant
我收到此错误:
C:\Users\robmak3>python -m googlesamples.assistant
C:\Users\robmak3\AppData\Local\Programs\Python\Python36\python.exe: No
module named googlesamples.assistant.__main__; 'googlesamples.assistant' is
a package and cannot be directly executed
我一直在尝试遵循本指南:https://www.xda-developers.com/how-to-get-google-assistant-on-your-windows-mac-or-linux-machine/
任何解决此问题的帮助都会很棒!谢谢!
【问题讨论】:
标签: python windows google-assistant-sdk google-assist-api