Skip to content

Dependency conflict: label-studio-ml requires pillow~=10.3 but label-studio-sdk requires Pillow>=11.3.0 #795

@Johnwz123

Description

@Johnwz123

I’m encountering a dependency conflict when installing with pip, the latest label-studio-ml. Here’s the error:

ERROR: Cannot install -r requirements-base.txt (line 2) and label-studio-ml because these package versions have conflicting dependencies.

The conflict is caused by:
    label-studio-ml 2.0.1.dev0 depends on pillow~=10.3
    label-studio-sdk 1.0.19 depends on Pillow>=11.3.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions