Hi, team, I wonder what could be the reason that i...
# ask-metaflow
b
Hi, team, I wonder what could be the reason that i put to use
@conda_base(python='3.9.10')
on top of the flow class, but when looking at the info, it seems still use my local python version? This run is executed on Batch. Do we need to update config somewhere? Thank you! 🙇
âś… 1
a
@hallowed-yak-30759 the Python version in the metadata records the version of Python that was used to launch the flow (your workstation’s interpreter).
b
ah i see, thank you!