Getting error No module named 'strands' #624
Replies: 1 comment
-
Closing the discussion as I finally figured out what was the issue. The issue was the python and pip being resolved from global installation rather than virtual environment. That caused them not to recognize modules installed in virtual environment. I fixed that for now and I am on track now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using python sdk to test strands agent.
I am following the exact same instructions as mentioned in the readme file of the repository.
Just installing
strands-agents
andstrands-agents-tools
does not seem to be enough.Following is my entire code.
I tried explicitly tried installing strands module by doing
pip install strands
too.But installation failed with some strange error related to building wheel and Math library.
Getting following error while installing strands.
I am using Mac Book pro with Apple M2 chip. I am using cursor version 1.24 for development.
Any clue on what's happening here?
Beta Was this translation helpful? Give feedback.
All reactions