You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following standard procedure of crewai create crew <crew_name>, I'd expect it to run right away for default agents,tasks, crew setup without making any changes.
Steps to Reproduce
crewai create crew gis_news
python src/gis_news/main.py
Expected behavior
It is expected to run the tasks and get the results , without having to make any changes to the code.
Screenshots/Code snippets
Operating System
Other (specify in additional context)
Python Version
3.11
crewAI Version
0.95.0
crewAI Tools Version
latest
Virtual Environment
Venv
Evidence
(env) (env) krishnaglodha@192 crewww % python gis_news/src/gis_news/main.py
Traceback (most recent call last):
File "/Users/krishnaglodha/Desktop/all/trash/crewww/gis_news/src/gis_news/main.py", line 5, in <module>
from gis_news.crew import GisNews
ModuleNotFoundError: No module named 'gis_news'
Possible Solution
Fixing path of importing crew Class in main.py file
Additional context
MacOS Sequoia
The text was updated successfully, but these errors were encountered:
Description
After following standard procedure of
crewai create crew <crew_name>
, I'd expect it to run right away for default agents,tasks, crew setup without making any changes.Steps to Reproduce
Expected behavior
It is expected to run the tasks and get the results , without having to make any changes to the code.
Screenshots/Code snippets
Operating System
Other (specify in additional context)
Python Version
3.11
crewAI Version
0.95.0
crewAI Tools Version
latest
Virtual Environment
Venv
Evidence
Possible Solution
Fixing path of importing crew Class in
main.py
fileAdditional context
MacOS Sequoia
The text was updated successfully, but these errors were encountered: