admin管理员组

文章数量:1399830

I’m trying to install the bot-studio library for Amazon automation. I used the following command: pip install bot-studio==1.4.0, but I’m getting this error:

ERROR: Could not find a version that satisfies the requirement bot-studio==1.4.0 (from versions: none)
ERROR: No matching distribution found for bot-studio==1.4.0

I’m trying to install the bot-studio library for Amazon automation. I used the following command: pip install bot-studio==1.4.0, but I’m getting this error:

ERROR: Could not find a version that satisfies the requirement bot-studio==1.4.0 (from versions: none)
ERROR: No matching distribution found for bot-studio==1.4.0
Share Improve this question asked Mar 24 at 23:21 kevin Escalantekevin Escalante 111 silver badge5 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

The bot-studio library is no longer present on PyPi's servers. It was discontinued in 2022.

Building support is still present however (requires make)

本文标签: automationHow to install botstudio library in PythonStack Overflow