Run multiple Conda Script Propagation in same workflow

I have a workflow that needs to run google cloud vision and yolov5, but it seems that their dependencies are in conflict. I can’t install both in the same virtual environment.

Is it possible to run multiple conda propagations in the same workflow? So I can have different python scripts running on different conda propagations?

Yes you would just have to use different Python nodes and tell them to use different environments thru Flow Variables

You could also try and let conda sort out the dependencies. If that is not possible two environments might be the way to go.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.