crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
18.64k stars 2.57k forks source link

Error While Training the Crew #920

Open gergirod opened 1 month ago

gergirod commented 1 month ago

raise Exception(f"An error occurred while training the crew: {e}") Exception: An error occurred while training the crew: 'improved_output' An error occurred while training the crew: Command '['poetry', 'run', 'train', '3']' returned non-zero exit status 1.

theCyberTech commented 1 month ago

Can you advise how you have setup your environment?

gergirod commented 1 month ago

my crew use gpt-4o and use exa apis to search contents, find similar. please let me know if you need more info. thanks