Open
Description
Checks
- I have updated to the lastest minor and patch version of Strands
- I have checked the documentation and this is not expected behavior
- I have searched ./issues and there are no duplicates of my issue
Strands Version
0.1.0
Python Version
3.12
Operating System
macos
Installation Method
pip
Steps to Reproduce
boto3==1.34.151
fastapi==0.112.2
uvicorn==0.30.6
python-multipart==0.0.6
strands-agents>=0.1.0
strands-agents-tools>=0.1.0
Expected Behavior
Should import
Actual Behavior
It is giving unable to import the tools
from strands_tools import calculator
ModuleNotFoundError: No module named 'strands_tools'
Additional Context
No response
Possible Solution
No response
Related Issues
No response