2017-06-01 14 views
0

我目前正在嘗試通過Python pip在我的樹莓派1模型B上使用ssh安裝google-assistant-library。但我一直運行到這個錯誤:找不到google-assistant-library的版本Raspberry Pi

Could not find a version that satisfies the requirement google-assistant-library (from versions:) No matching distribution found for google-assistant-library

運行此命令後:

(env) [email protected]:~ $ pip install google-assistant-libary 

誰能請幫助我?

回答

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

+0

是的,我意識到google-assistant-libary在linux-armv7I上運行,但不是運行ARMv8的Raspberry Pi 3。當然,如果它在ARMv8上工作,它可能會將它移植到ARMV6上? –

+0

看那裏:https://www.reddit.com/r/raspberry_pi/comments/6cha7d/has_anyone_tried_putting_the_google_assistant_api/ – Taraxacuma

+0

感謝您的鏈接。你完全正確。我想我現在需要做的就是說服Google發佈ARMV6版本。 :) –

0

抓我的頭在這一段時間以後。這個問題是如此簡單。

的拼寫錯誤,我也一樣,它的拼寫「libary」,以便確保其「LIB [R元」

我希望這有助於!