You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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