Replies: 1 comment
-
Hmm, the double backslash in urlpath seems suspicious. We have not a Windows platform to test, but if you can fix the issue and want to contribute a PR, you are welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I created an ND-Array in Ubuntu and shared it for other people to use: https://www.synapse.org/Synapse:syn52432292.
Loading the file in ubuntu is not a problem but in windows I am getting the following error when doing
a = blosc2.open(r'G:\subject_01.b2nd', mode='r')
I already tested the consistency of the file and it seems to be correct. I would appreciate your help with this 🙂
Details:
blosc2 2.7.1
Python 3.12
Windows 11 23H2 64-Bit
Beta Was this translation helpful? Give feedback.
All reactions