我目前正在尝试google-assistant-library使用 ssh 在我的树莓派 1 Model B 上通过 Python pip 安装。但我一直遇到这个错误:
找不到满足 google-assistant-library 要求的版本(来自版本:)没有为 google-assistant-library 找到匹配的发行版
运行此命令后:
(env) pi@raspberrypi:~ $ pip install google-assistant-libary
谁能帮助我?
我目前正在尝试google-assistant-library使用 ssh 在我的树莓派 1 Model B 上通过 Python pip 安装。但我一直遇到这个错误:
找不到满足 google-assistant-library 要求的版本(来自版本:)没有为 google-assistant-library 找到匹配的发行版
运行此命令后:
(env) pi@raspberrypi:~ $ pip install google-assistant-libary
谁能帮助我?
该库是用 Python 编写的,并支持具有 linux-armv7l 架构的设备(如 Raspberry Pi 3 B)。
https://developers.google.com/assistant/sdk/overview
https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/run-sample
这对我有用:
python -m pip install google-assistant-library==1.0.1
在为此挠了一阵子之后..问题很简单。
图书馆的错别字
我也做了同样的事情,拼写为“libary”,所以请确保它的“lib r ary”
我希望这有帮助!