Gabriel Santos
07/06/2021, 4:20 PMFailed to load and execute Flow's environment: ModuleNotFoundError("No module named '/app/'
Did i do something wrong?Kevin Kho
Gabriel Santos
07/06/2021, 4:28 PMKevin Kho
import app.something
where app is one of your custom modules, it won’t be serialized with your flow. You need to package these dependencies into a Docker container and then use Docker Run to run your flow on top of that container