generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using the "pip install bedrock-agentcore-starter-toolkit" and "agentcore create" command, needed dependencies (like boto3 and botocore) are not included, even when specificizing strands and bedrock as the configuration.
To Reproduce
Steps to reproduce the behavior:
- start with blank project and blank pyenv
- Run pip install bedrock-agentcore-starter-toolkit
- Run agentcore create
- Run agentcore --dev
- Run agentcore invoke --dev "test"
Expected behavior
Starter kit has installed necessary dependencies to get project to run
Error Output
Missing botocore and boto3 dependencies. These should be included in the toml file by default.
Environment:
- Replicated on Windows 11 and WSL unbuntu. Likely more problematic for first time devs in agentcore and those not familiar with python
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working