-
Notifications
You must be signed in to change notification settings - Fork 0
Error using Zarr.pySetup #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ehennestad, could you please share the repro steps and MATLAB release (e.g. R2025a) info? EDIT: Also share the OS info |
I tried to reproduce this, but getting another error:
This is MATLAB R2023b, it works on R2025a |
Hello @ehennestad |
I get the same error if I run this in R2023b
macOS 15.4.1 |
In R2023b, conversion of a MATLAB dictionary to a Python dictionary is not supported. Which is why you are seeing this error. For example, even this code fails iN R2023b but passes from R2024a onwards:
I know we have mentioned that the minimum release is R2022b, but I suppose there are still a few things we need to iron out. The newer the MATLAB release, the better the support. |
I am getting the following error in
Zarr.pySetup
:It is triggered by the following line:
MATLAB-support-for-Zarr-files/Zarr.m
Line 52 in 0c96a28
I have not explored which module in my environment causes this message
The text was updated successfully, but these errors were encountered: