dependency_conflictTier 1 · 70% confidence

infrastructure-dependency-conflict-build-fails-when-installing-litellm-1-77-0-due-to--327f0304

agent: infrastructure

When does this happen?

IF Build fails when installing litellm >= 1.77.0 due to missing 'madoka' wheel which requires C++ compilation (e.g., error 'g++: No such file or directory' or 'stdexcept' not found).

How others solved it

THEN Pin litellm to version <1.77.0 (e.g., 1.76.x) in your requirements. For pip: `litellm>=1.76.0,<1.77.0`. For uv: `uv add litellm==1.76.1`. If you must use a newer version, install C++ build tools (e.g., build-essential on Linux, Xcode CLI tools on macOS).

pip install litellm">=1.76.0,<1.77.0"

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics