找不到版本googleassistantlibrary Raspberry Pi

2024-10-01 17:37:10 发布

您现在位置:Python中文网/ 问答频道 /正文

我目前正在尝试使用ssh在我的raspberrypi1modelbush上通过pythonipip安装google-assistant-library。但我总是遇到这样的错误:

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

运行此命令后:

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

有谁能帮帮我吗?在


Tags: thethatversion错误googlelibrarynotrequirement
3条回答

在我为这件事绞尽脑汁后。。问题很简单。在

图书馆的拼错

我也这么做了,把它拼成“libary”,所以要确保它是“library”

我希望这有帮助!在

这对我很有效:

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

这个库是用Python编写的,支持具有linux-armv7l架构的设备(如Raspberry Pi 3b)。

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

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

相关问题 更多 >

    热门问题