And the clearml-agent
is installed in the “base” conda env
@<1523701087100473344:profile|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
@<1607184400250834944:profile|MortifiedChimpanzee9> this really seem to be something related to the OS, but I can't think of anything...
@<1523701087100473344:profile|SuccessfulKoala55> any insight on this? still blocked
@<1523701087100473344:profile|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
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?
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
Hi @<1607184400250834944:profile|MortifiedChimpanzee9> , what's the OS there? Also, what python versions do you have installed and how are you running the job?
I suspect that this is something to do with system python vs conda python … but, very opaque