Hi All, I am using S3 storage: ```Flow could not b...
# ask-community
r
Hi All, I am using S3 storage:
Copy code
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
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.