Hi
@Carlos Paiva, Prefect doesn’t serialize and upload dependencies. You have two options, first is to install them on the agent. or you need to package them into a Docker container like
this and then you can use that in your flow with the
Docker agent. If the agent has access to the dependencies, it will work though