We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using the default poem_crew that has been create by using "crewai create flow temp_crew"
the run time return " line 8, in from .crews.poem_crew.poem_crew import PoemCrew ImportError: attempted relative import with no known parent package "
1-go to the terminal and write " crewai create flow temp_crew" 2- set your llm as local or api 3- run the main file
the crew should be to start and use the LLM and call the agents and tasks yaml file
Windows 10
3.11
0.80.0
0.14.0
Conda
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
using the default poem_crew that has been create by using "crewai create flow temp_crew"
the run time return "
line 8, in
from .crews.poem_crew.poem_crew import PoemCrew
ImportError: attempted relative import with no known parent package "
Steps to Reproduce
1-go to the terminal and write " crewai create flow temp_crew"
2- set your llm as local or api
3- run the main file
Expected behavior
the crew should be to start and use the LLM and call the agents and tasks yaml file
Screenshots/Code snippets
Operating System
Windows 10
Python Version
3.11
crewAI Version
0.80.0
crewAI Tools Version
0.14.0
Virtual Environment
Conda
Evidence
Possible Solution
None
Additional context
None
The text was updated successfully, but these errors were encountered: