#I am trying to use composio toolset in my flows but it is showing the following error. It had worked without any issue when I am using a single crew and running it using python command but when I use a flow with two crews anf try to kick it off it give me the following error.
Traceback (most recent call last):
File “”, line 198, in _run_module_as_main
File “”, line 88, in run_code
File "C:\Users\124sa\Desktop\crewai_agents\sports_flow.venv\Scripts\kickoff.exe_main.py", line 4, in
File “C:\Users\124sa\Desktop\crewai_agents\sports_flow\src\sports_analyst\main.py”, line 10, in
from .crews.poem_crew.poem_crew import Sports_analyst
File “C:\Users\124sa\Desktop\crewai_agents\sports_flow\src\sports_analyst\crews\poem_crew\poem_crew.py”, line 4, in
from composio_crewai import ComposioToolSet, Action, App
ModuleNotFoundError: No module named ‘composio_crewai’
An error occurred while running the flow: Command ‘[‘uv’, ‘run’, ‘kickoff’]’ returned non-zero exit status 1.