-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Unable to run the app with crewai run command #1643
Comments
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 |
Follow this exact steps:
These exact steps helped me fix the issue |
This also works with the latest version. |
several hours spent chasing this bug. A solid fix would be very welcome |
I was just starting.... now I'm not... |
Here is a different path of investigation: Try checking your pyproject.toml file for the [project.scripts] section and confirm that you have an entry for run_crew in there. If you don't, make sure to add it:
Of course, replace <crew_name> with your Crew's name. |
Hello, I just created a new project and tryed to run it.
|
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: