File ~\anaconda3\envs\microns2023\lib\site-packages\cloudfiles\cloudfiles.py:155, in parallel_execute(fn, inputs, parallel, total, progress, desc, returns_list)
153 try:
154 with pathos.pools.ProcessPool(parallel) as executor:
--> 155 for res in executor.imap(fn, sip(inputs, block_size)):
156 if isinstance(res, int):
157 pbar.update(res)
SSLError: None: Max retries exceeded with url: /microns_public_datasets/pinky100_v185/seg/mesh_mip_2_err_40/648518346349539076:0:5824-6272_8640-9088_1344-1792 (Caused by None)
However, using cloudvolume with the same path and segment id succeeds:
Loading meshes from the L2/3 pinky dataset hangs indefinitely, until it fails with a timeout warning.
fails with the following error
However, using cloudvolume with the same path and segment id succeeds:
As does trimesh_io download of a different datasource ('precomputed://gs://iarpa_microns/minnie/minnie65/seg_m943')
I couldn't identify the source of the error, but it seems deep in MeshParty's handling of threaded downloads from different sources.