简体   繁体   中英

Could not find version google-assistant-library Raspberry Pi

I am currently trying to install google-assistant-library via Python pip on my raspberry pi 1 Model B using ssh. But I keep running into this error:

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

After running this command:

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

Can anyone please assist me?

The library is written in Python and supports devices with linux-armv7l architectures (like the Raspberry Pi 3 B).

https://developers.google.com/assistant/sdk/overview

https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/run-sample

After scratching my head over this for a while.. The problem was so simple.

The misspelling of library

I did the same, spelling it 'libary' so make sure its 'lib r ary'

I hope this helps!

这为我工作:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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