How to run flows from multiple poetry/pyenv virtual envs?

Hi,

From what it look like in your message, the virtual machine you are running does not have the necessary dependencies to run the flows. Unless otherwise specified, your flow will run as a subprocess in the same VM as your agent. You can install those dependencies in your VM, or I would recommend checking out Docker.

The following links may be helpful.

Happy Engineering!