我试图在xda上关注本教程,通过python安装Google智能助理:https://www.xda-developers.com/how-to-get-google-assistant-on-your-windows-mac-or-linux-machine/
我正在完全遵循每一步(除了显而易见的更改文件目录之外),但每当我输入Google提供的授权码时,它会在cmd行中返回一大堆错误:
<table>
<thead><tr><th>Name</th><th>Value</th></tr></thead>
<tbody>
{% for f in siteinfo.foos %}
<tr>
<td>{{f.name}}</td>
<td>{{f.__get('bar').val}}</td>
</tr>
{% endfor %}
</tbody>
</table>
非常感谢帮助!