Gauthier Castro
11/08/2023, 9:58 PMOriginal exception: module 'aiobotocore' has no attribute 'AioSession'
(error log in thread below) could it be related to the fsspec version issue by any chance?[1/1] currentAttempt done. Last Error: USER::Pod failed. No message received from kubernetes.
[a8c48jpxndf4hrqrmwcg-n0-0] terminated with exit code (1). Reason [Error]. Message:
│
│ │
│ ❱ 519 │ │ _download_distribution(additional_distribution, dest_dir) │
│ │
│ /usr/local/lib/python3.10/site-packages/flytekit/core/utils.py:295 in │
│ wrapper │
│ │
│ ❱ 295 │ │ │ │ return func(*args, **kwargs) │
│ │
│ /usr/local/lib/python3.10/site-packages/flytekit/tools/fast_registration.py: │
│ 113 in download_distribution │
│ │
│ ❱ 113 │ FlyteContextManager.current_context().file_access.get_data(additio │
│ │
│ /usr/local/lib/python3.10/site-packages/flytekit/core/data_persistence.py:32 │
│ 6 in get_data │
│ │
│ ❱ 326 │ │ │ raise FlyteAssertion( │
╰──────────────────────────────────────────────────────────────────────────────╯
FlyteAssertion: Failed to get data from
<s3://flyte-artifacts.dev.degould.online/spec-check/development/2UG5RZNOOPUKCLMUJ>
LHOHXTUEY======/fast97ceef003a149782301c596a71a9b60c.tar.gz to /root/
(recursive=False).
Original exception: module 'aiobotocore' has no attribute 'AioSession'
.
fsspec>=2023.3.0,<=2023.9.2
causes it. I tried without and don’t get this error 😕Guy Arad
11/09/2023, 12:49 AM