crewAI
crewAI copied to clipboard
Unable to run the app with crewai run command
Description
When the crewai run command is run it is throwing the following error is thrown
crewai run
Running the Crew
error: Distribution onnxruntime==1.20.1 @ registry+https://pypi.org/simple
can't be installed because it doesn't have a source distribution or wheel for the current platform
An error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 2.
Steps to Reproduce
- Create conda environment with python=3.12
- Activate conda environment
- pip install crewai crewai-tools
- crewai create crew <project_name>
- cd <project_name>
- crewai run
It throws the error
Expected behavior
It should run the crew
Screenshots/Code snippets
Running the Crew
error: Distribution onnxruntime==1.20.1 @ registry+https://pypi.org/simple
can't be installed because it doesn't have a source distribution or wheel for the current platform
An error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 2.
Operating System
Other (specify in additional context)
Python Version
3.12
crewAI Version
crewai==0.80.0
crewAI Tools Version
0.14.0
Virtual Environment
Conda
Evidence
Running the Crew
error: Distribution onnxruntime==1.20.1 @ registry+https://pypi.org/simple
can't be installed because it doesn't have a source distribution or wheel for the current platform
An error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 2.
Possible Solution
None
Additional context
MacOS - Sequoia