I suspect that this is something to do with system python vs conda python … but, very opaque
And the clearml-agent
is installed in the “base” conda env
MortifiedChimpanzee9 this really seem to be something related to the OS, but I can't think of anything...
Hi MortifiedChimpanzee9 , what's the OS there? Also, what python versions do you have installed and how are you running the job?
the agent is running on the separate worker machine running OSX,
being launched byclearml-agent daemon --detached
And how is the agent running? and where?
SuccessfulKoala55 any insight on this? still blocked
the problem seems to come and go … really not sure if anything I am changing is resolving it,
e.g. restarting the daemon,
changing to bash shell as the default login for osx
SuccessfulKoala55 well, afaik, the base Xcode python 3.9.6 is installed with the Xcode tools, in /usr/bin
, and then anaconda installed as the user running the clearml-agent
,
conda init is in both the .bashrc
and .bash_profile
SuccessfulKoala55 any insight on this? still blocked
I am running the job by:
- making a git commit
- running my jupyter notebook locally to create the “base” task
- cloning that and changing ‘configuration’
- enqueueing
conda has 3.11.6 installed in the base env,
and the base shell appears to not have python installed at all