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
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
The text was updated successfully, but these errors were encountered:
Hey, was facing the same issue. Found the resolution here - Crew AI Community
according to beijingrong, python 3.12 does not work, as any onnxruntime>=1.15.0 will report the wheel errors while chromadb requires onnxruntime>=1.14.1.
I had already tried it but didn't work. It failed during the crewai install step with the following error
help: greenlet (v3.1.1) was included because poem (v0.1.0) depends on crewai[tools] (v0.86.0) which depends on crewai-tools (v0.17.0) which depends on embedchain (v0.1.125) which depends on sqlalchemy (v2.0.36) which depends on greenlet
An error occurred while running the crew: Command '['uv', 'sync']' returned non-zero exit status 1.
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 platformAn error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 2.
Steps to Reproduce
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 platformAn 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 platformAn error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 2.
Possible Solution
None
Additional context
MacOS - Sequoia
The text was updated successfully, but these errors were encountered: