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
Hello,
Software Windows 11
Used conda to point at version 3.11 of python
in the moment I run crewai run I am getting the error below
crewai run
/home/tony/miniconda3/envs/meeting/lib/python3.11/site-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2:
'fields' has been removed
warnings.warn(message, UserWarning)
Running the Crew
/home/tony/projects/crewAI-examples/meeting_assistant_flow/.venv/lib/python3.11/site-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2:
'fields' has been removed
warnings.warn(message, UserWarning)
Traceback (most recent call last):
File "/home/tony/projects/crewAI-examples/meeting_assistant_flow/.venv/bin/run_crew", line 5, in
from meeting_assistant_flow.main import run
ImportError: cannot import name 'run' from 'meeting_assistant_flow.main' (/home/tony/projects/crewAI-examples/meeting_assistant_flow/src/meeting_assistant_flow/main.py)
An error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 1.
Any idea how to fix it?
Thanks
Tony
The text was updated successfully, but these errors were encountered:
Hello,
Software Windows 11
Used conda to point at version 3.11 of python
in the moment I run crewai run I am getting the error below
crewai run
/home/tony/miniconda3/envs/meeting/lib/python3.11/site-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2:
warnings.warn(message, UserWarning)
Running the Crew
/home/tony/projects/crewAI-examples/meeting_assistant_flow/.venv/lib/python3.11/site-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2:
warnings.warn(message, UserWarning)
Traceback (most recent call last):
File "/home/tony/projects/crewAI-examples/meeting_assistant_flow/.venv/bin/run_crew", line 5, in
from meeting_assistant_flow.main import run
ImportError: cannot import name 'run' from 'meeting_assistant_flow.main' (/home/tony/projects/crewAI-examples/meeting_assistant_flow/src/meeting_assistant_flow/main.py)
An error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 1.
Any idea how to fix it?
Thanks
Tony
The text was updated successfully, but these errors were encountered: