Argos-train-init

I haven’t been able yet to track this down, but for me on vast.ai the init script doesn’t automatically start the environment and change directory to argos-train which are the last steps in the init script.

I just run them manually instead, and all is well for training. Just not where or why it’s stopping or otherwise not doing those final script commands. I end up here:

libSegFault.so -> libSegFault.so
libBrokenLocale.so.1 -> libBrokenLocale-2.31.so
/sbin/ldconfig.real: /lib/x86_64-linux-gnu/ld-2.31.so is the dynamic linker, ignoring

ld-linux-x86-64.so.2 -> ld-2.31.so
/lib:
argosopentech@af25addfcd6a:~$

I then manually do:

argosopentech@af25addfcd6a:~$ source env/bin/activate
(env) argosopentech@af25addfcd6a:~$ cd argos-train
(env) argosopentech@af25addfcd6a:~/argos-train$

Easy-peasy - if you know what you’re doing. But not so much when learning, and why I did put that in my demo tutorial

I’ll still try to track down why it’s not correctly running those last few steps, but thought I’d mention it.

Hmm… or bug report/issue on github? Kind of got used to coming here for finding info and helping answers if can…

1 Like