Error: Failed to spawn: `run_crew` Caused by: No such file or directory (os error 2)

I’ve created a new flow with crewai create flow then crewai run fails with the error above. I’ve tried on Sequoia and in a new docker container with python 3.11.10 and crewai 0.74.2.

this only happens with uv, doesn’t happen with poetry

same here, running on WSL2 debian.
did you find a way to fix it?

/.venv/bin/crew install fails with An unexpected error occurred: [Errno 2] No such file or directory: 'uv'

Exposing the path PATH=$PATH:/.venv/bin seems to work eg. crewai install