Jens
01/16/2023, 8:43 AMAnkit
01/16/2023, 2:03 PMJens
01/17/2023, 1:21 PMAnkit
01/17/2023, 2:11 PMJens
01/17/2023, 2:20 PMAnkit
01/17/2023, 2:43 PMJens
01/19/2023, 9:22 AMroot
-->Module_A (folder)
-->Module_B (folder)
git_pull_flow.py
git_pull_flow_deployment.py
main_flow.py
main_flow_deployment.pySo, first I run the git_pull_flow that pull my complete underlying code-structure Inside this flow I run a subprocess which trigger the pip install -r requirements.txt command With this, inside my main_flow I can reference all my Python-Module and the "No Module FOund" Error is solved 🙂