Hello!
I'm currently trying to create a deployment but am getting fail/crash with 'Flow could not be retrieved from deployment. No module named 'requests_toolbelt'' error.
I've added the module to the pull section in requirements.txt but not having any luck solving this.
This is the pull statement:
pull:
- prefect.deployments.steps.git_clone:
repository:
https://github.com/XXXX/data.git
branch: Felt_Push
credentials: "{{ XXXXX }}"
- prefect.deployments.steps.pip_install_requirements:
directory: null
requirements_file: requirements.txt
stream_output: False