I'm at my wit's end with this one: ```flytekit.ex...
# flyte-support
f
I'm at my wit's end with this one:
Copy code
flytekit.exceptions.system.FlyteDownloadDataException: SYSTEM:DownloadDataError: error=Failed to get data from <s3://MYBUCKET/MYPROJECT/staging/GFMAOO66UJ4STIYZ43SBTUOLVQ======/fast995b7dc56c30beb839d28f690a8874dd.tar.gz> to /root/ (recursive=False).

Original exception: ClientArgsCreator.compute_endpoint_resolver_builtin_defaults() missing 2 required positional arguments: 'credentials' and 'account_id_endpoint_mode'
It only happens with container versions that include installation of a pypi package hosted on our internal system, everything else is fine
Found it, it was a version conflict between aiobotocore 2.20 and boto3 1.37. Pinning boto3 back to 1.36.23 fixed it
a
Oh interesting, what Flyte version are you on?
f
1.14.7
418 Views