crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

Unable to run the app with crewai run command

Open thealokkr opened this issue 3 months ago • 3 comments

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

  1. Create conda environment with python=3.12
  2. Activate conda environment
  3. pip install crewai crewai-tools
  4. crewai create crew <project_name>
  5. cd <project_name>
  6. 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

thealokkr avatar Nov 24 '24 12:11 thealokkr