Hi!
When I’m running an experiment on a local machine, it works just fine with the clearml, but when trying to clone and run (enque) this specific experiment directly from clearml server, there are errors in the pip installations.
What is the best way to tackle this (since locally I install packages all the time, and it still works as is)? using conda
? docker
?
Thanks!
example for installation error (I assume one package installed the existing version of requests
and then another tried to be installed but required another version):
` ERROR: Cannot install -r /tmp/cached-reqsdaxjwjfv.txt (line 18) and requests==2.12.5 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested requests==2.12.5
datasets 1.5.0 depends on requests>=2.19.0
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit
clearml_agent: ERROR: Could not install task requirements!
Command '['/root/.clearml/venvs-builds/3.8/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/tmp/cached-reqsdaxjwjfv.txt']' returned non-zero exit status 1.
Process failed, exit code 1 `