https://prefect.io logo
Title
r

Rahul Chittora

04/27/2023, 11:19 AM
Hi All, I am using S3 storage:
Flow could not be retrieved from deployment. Traceback (most recent call last): File "<frozen importlib._bootstrap_external>", line 839, in exec_module File "<frozen importlib._bootstrap_external>", line 975, in get_code File "<frozen importlib._bootstrap_external>", line 1032, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'ecs_task_script.py' The above exception was the direct cause of the following exception: ScriptError: Script at 'ecs_task_script.py' encountered an exception: FileNotFoundError(2, 'No such file or directory')
b

Bianca Hoch

04/27/2023, 5:18 PM
Hey Rahul! I'd walk through the troubleshooting steps outlined in this thread. There's a recommendation there to also use Prefect projects if you aren't already. It should make the process of getting your deployments up and running a bit easier.