繁体   English   中英

找不到版本的Google助理图书馆Raspberry Pi

[英]Could not find version google-assistant-library Raspberry Pi

我目前正在尝试使用ssh在我的树莓派1模型B上通过Python pip安装google-assistant-library 但是我一直遇到这个错误:

找不到满足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

在我挠了一下头后..问题是如此简单。

库的拼写错误

我也一样,拼写错误“libary”,以便确保其“LIB [R进制”

我希望这有帮助!

这为我工作:

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM