crewai - 💡(How to fix) Fix [BUG] Failed to install entrypoints for crewai

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Followed the doc

https://docs.crewai.com/en/installation

uv tool install crewai

get the following error:

No executables are provided by package `crewai`; removing tool
error: Failed to install entrypoints for `crewai`

hint: An executable with the name `crewai` is available via dependency `crewai-cli`.
      Did you mean `uv tool install crewai-cli`?

And uv tool install crewai-cli run ok.

Error Message

No executables are provided by package crewai; removing tool error: Failed to install entrypoints for crewai

hint: An executable with the name crewai is available via dependency crewai-cli. Did you mean uv tool install crewai-cli?

Root Cause

Followed the doc

https://docs.crewai.com/en/installation

uv tool install crewai

get the following error:

No executables are provided by package `crewai`; removing tool
error: Failed to install entrypoints for `crewai`

hint: An executable with the name `crewai` is available via dependency `crewai-cli`.
      Did you mean `uv tool install crewai-cli`?

And uv tool install crewai-cli run ok.

Code Example

uv tool install crewai

---

No executables are provided by package `crewai`; removing tool
error: Failed to install entrypoints for `crewai`

hint: An executable with the name `crewai` is available via dependency `crewai-cli`.
      Did you mean `uv tool install crewai-cli`?

---

uv tool install crewai
RAW_BUFFERClick to expand / collapse

Description

Followed the doc

https://docs.crewai.com/en/installation

uv tool install crewai

get the following error:

No executables are provided by package `crewai`; removing tool
error: Failed to install entrypoints for `crewai`

hint: An executable with the name `crewai` is available via dependency `crewai-cli`.
      Did you mean `uv tool install crewai-cli`?

And uv tool install crewai-cli run ok.

Steps to Reproduce

Run

uv tool install crewai

Expected behavior

Should be no error in install

Screenshots/Code snippets

<img width="577" height="153" alt="Image" src="https://github.com/user-attachments/assets/52c9a3f0-45a1-4832-b15a-2aedfc45fa76" />

Operating System

Other (specify in additional context)

Python Version

3.12

crewAI Version

1.14.6

crewAI Tools Version

none

Virtual Environment

Venv

Evidence

<img width="577" height="153" alt="Image" src="https://github.com/user-attachments/assets/0e6ab4a5-0ce8-4be2-a0fb-2868520b5f6d" />

Possible Solution

In the doc, suggest user run uv tool install crewai-cli instead?

Additional context

Running in Debian trixie container python 3.13.5

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Should be no error in install

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING