Hello CrewAI community,
I’m currently facing an issue while deploying my project on CrewAI’s platform. I have the crew.py file and the config folder within the src/ride_app_crew directory. However, I keep getting the following error during deployment:
Deployment Name: ride-crew-ai
-
Errors:*
-
Cannot find src//crew.py or src//config*
I have verified that these files are indeed present within the directory. Here’s a snapshot of my current folder structure:
src/
└── ride_app_crew/
├── crew.py
├── config/
├── tools/
I suspect the double slashes (//) in the error message might be causing an issue. Could anyone help me understand why CrewAI can’t locate the files, and how I can resolve this problem?
Thank you in advance for your help!