Hi all. I’m running a batch job, and I get the fol...
# ask-metaflow
s
Hi all. I’m running a batch job, and I get the following error (pardon the formatting, I’m on my phone) bash: line 1: metaflow…/bin/Python no such file Any idea what’s going on? How do I fix this, etc?
1
a
how much memory are you ascribing to this batch job?
s
32GB
h
Are you using a special image for this job ?
s
Nope
h
Would you mind sharing the exact error trace here ? Can you also check what image is being used with the job ?
s
I won’t be able to got at least a couple hours, but I’ll update when I get back with that stack trace
It’s a python3.10 image
The stack trace is roughly (copying to my phone): Bootstrapping environment Environment bootstrapped Bash: metaflow_[…]/bin/python: no such file or directory
h
I see. I am assuming you are using conda for this ?
s
Yeah