Skip to content
New issue

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

crewai run issue #213

Open
anespo opened this issue Jan 4, 2025 · 0 comments
Open

crewai run issue #213

anespo opened this issue Jan 4, 2025 · 0 comments

Comments

@anespo
Copy link

anespo commented Jan 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant