Hello, What if in the same flow, i need multiple v...
# ask-community
i
Hello, What if in the same flow, i need multiple versions of Python for each task, or let's say different versions of some packages for each task... is this something Prefect can handle and how?
k
Hey @Issam Assafi, at that point, you need to split them up into different flows orchestrated by a main flow that calls the
StartFlowRun
task. Preferably each one of those has their own container to keep the execution environments properly versioned