I am unable to start server.py. Looks like the strands_agent.py dependency is not being loaded . Can someone guide me in the right direction? Thank you!
File "/Users/ddonam/nova-s2s-workshop/python-server/nova-s2s-workshop/python-server/server.py", line 13, in from integration.strands_agent import StrandsAgent
File "/Users/ddonam/nova-s2s-workshop/python-server/nova-s2s-workshop/python-server/integration/strands_agent.py", line 8, in import requests
ModuleNotFoundError: No module named 'requests'
I am unable to start server.py. Looks like the strands_agent.py dependency is not being loaded . Can someone guide me in the right direction? Thank you!
File "/Users/ddonam/nova-s2s-workshop/python-server/nova-s2s-workshop/python-server/server.py", line 13, in from integration.strands_agent import StrandsAgent
File "/Users/ddonam/nova-s2s-workshop/python-server/nova-s2s-workshop/python-server/integration/strands_agent.py", line 8, in import requests
ModuleNotFoundError: No module named 'requests'