marty-sullivan commented on issue #7566: URL: https://github.com/apache/iceberg/issues/7566#issuecomment-1542514899
I will note, `aiobotocore` was indeed not installed, so I suppose that needs to be added as a required dependency? Either way, installing `aiobotocore` neither solved nor changed the problem so I don't think it was related. Here are the specific versions you requested: ```python >>> import s3fs >>> s3fs.__version__ '0.4.2' >>> import aiobotocore >>> aiobotocore.__version__ '2.5.0' >>> import boto3 >>> boto3.__version__ '1.26.76' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
