Getting “cannot schedule new futures after interpreter shutdown” error while using boto3.client download_file and upload_file functions
I am using boto3.client.download_file() and boto3.client.upload_file() functions, For python3.8 environment it’s working fine, but after upgrading to python3.10, getting “RuntimeError: cannot schedule new futures after interpreter shutdown”. I am using latest version of boto3 library. Tried with several other versions of the boto3 (1.18, 1.17, 1.26, latest 1.34), all other versions are giving same error.