Unable to install crewai: No executables are provided by `crewai`

i have python 3.9.6

when I run: uv tool install crewai
I get: No executables are provided by crewai

when I run: uv tool list
I get : No tools installed

First off, welcome to the community, Christopher!

Try this:

uv tool install --with crewai-tools crewai@0.121.1

OMG, it worked, thank you! my journey into coding begins!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.