找不到版本google-assistant-library Raspberry Pi

时间:2017-06-01 10:06:08

标签: python raspberry-pi voice google-assistant-sdk

我目前正尝试使用ssh在我的raspberry pi 1 Model B上通过Python pip安装google-assistant-library。但我一直遇到这个错误:

  

无法找到满足要求的版本   google-assistant-library(来自版本:)没有匹配的发行版   找到了google-assistant-library

运行此命令后:

(env) pi@raspberrypi:~ $ pip install google-assistant-libary

有人可以帮助我吗?

3 个答案:

答案 0 :(得分:1)

该库是用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

答案 1 :(得分:0)

在我的头上划了一会儿之后..问题很简单。

图书馆的拼写错误

我做了同样的事情,把它拼写为“图书馆”,所以要确保它的'lib r ary'

我希望这有帮助!

答案 2 :(得分:0)

这对我有用:

python -m pip install google-assistant-library==1.0.1