You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote Python code to download all Image.csv files from a single source folder (for example: "source_2") using Quilt’s Python client. I am using the b.fetch() command to dowload the files.
I am running into an issue where the run is timing out while downloading the files. I am receiving the message "TimeoutError: The read operation timed out" and "urllib3.exceptions.ReadTimeoutError: AWSHTTPSConnectionPool(host='cellpainting-gallery.s3.amazonaws.com', port=443): Read timed out." in the terminal.
How can I efficiently download a large amount of files from the Cell Painting Gallery?
The text was updated successfully, but these errors were encountered:
I wrote Python code to download all Image.csv files from a single source folder (for example: "source_2") using Quilt’s Python client. I am using the b.fetch() command to dowload the files.
I am running into an issue where the run is timing out while downloading the files. I am receiving the message "TimeoutError: The read operation timed out" and "urllib3.exceptions.ReadTimeoutError: AWSHTTPSConnectionPool(host='cellpainting-gallery.s3.amazonaws.com', port=443): Read timed out." in the terminal.
How can I efficiently download a large amount of files from the Cell Painting Gallery?
The text was updated successfully, but these errors were encountered: