Read H5 File Using AWS S3 S3fs/boto3
I am trying to read h5 file from AWS S3. I am getting the following errors using s3fs/boto3. Can you help? Thanks! import s3fs fs = s3fs.S3FileSystem(anon=False, key='key', secret
Solution 1:
Your h5py version should work, but you'll need h5py version 2.9. See "file-like objects" here: http://docs.h5py.org/en/stable/high/file.html.
Post a Comment for "Read H5 File Using AWS S3 S3fs/boto3"