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
clearml-agent is incompatible with poetry with the latest pip versions (previous pip version did not crash on such mismatching requirements):
ERROR: Cannot install -r /tmp/cached-reqsroa73i6z.txt (line 14), -r /tmp/cached-reqsroa73i6z.txt (line 55) and jsonschema==3.2.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested jsonschema==3.2.0
clearml-agent 1.5.0 depends on jsonschema<3.3.0 and >=2.6.0
poetry 1.2.2 depends on jsonschema<5.0.0 and >=4.10.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 attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
clearml_agent: ERROR: Could not install task requirements!
The text was updated successfully, but these errors were encountered:
clearml-agent
is incompatible withpoetry
with the latestpip
versions (previouspip
version did not crash on such mismatching requirements):The text was updated successfully, but these errors were encountered: