Unanswered
Hi,
I Am Trying To Run The Same Script On The Remote Machine. I Successfully Installed Clearml Agent And Initialized It On The Remote Server. Then I Ran Clearml-Agent Daemon --Docker.
Then I Cloned The Project And Sent It To A Queue.
But I Got The Followi
hi VexedKoala41
Your agent is running into a docker container that may have a different version of python installed. It tries to install a version of the package that doesn't exist for this python version.
Try to specify the latest matching version Task.add_requirements( ‘ipython’ , '7.16.3')
180 Views
0
Answers
2 years ago
one year ago
Tags