我在RaspBerry PI B模型中使用最新的操作系统实现了Google智能助理。我跟着google's instructions from here。
音频样本测试工作正常。
很多时候它正在发挥作用。
pip install requests
错误: -
import requests
response = requests.get(WEATHER_URL.format(query))
weather = response.json() # or something as easy as this.