pythonpip

pip can't install mostlyai[local] resolution-too-deep


Hello I'm trying to install mostlyai[local] but it cannot be installed by pip

Python version: 3.11

I get error resolution-too-deep:

pip install mostlyai   # WORKS
pip install mostlyai[local]  # ERROR resolution-too-deep

Error:

error: resolution-too-deep

× Dependency resolution exceeded maximum depth ╰─> Pip cannot resolve the current dependencies as the dependency graph is too complex for pip to solve efficiently.


Solution

  • Solution use uv:

    uv pip install mostlyai[local]