Felipe
04/20/2023, 10:26 PMRyan Peden
04/20/2023, 11:57 PMfsspec==2023.1.0 to your pip install line.
It looks like fsspec 2023.4.0 is included in the latest prefecthq/prefect:2-python3.10 image build, and it reportedly causes the FileNotFound problem: https://github.com/PrefectHQ/prefect/issues/9262
That issue is about Azure storage, not S3, but the S3 and Azure blocks both use fsspec.
You could also try S3Bucket storage from the prefect-aws collection, because it doesn't use fsspec at all: https://prefecthq.github.io/prefect-aws/blocks_catalog/#s3-moduleFelipe
04/21/2023, 12:14 AMpath="" to the deployment can help fixing it and it indeed worked! I’m trying now with my own image, but seems like this was the error.Ryan Peden
04/21/2023, 12:14 AM