ValueError: cannot set WRITEABLE flag to True of this array

If you’re getting this error when trying to read a simple .h5 file. Change your code when you originally create the .h5 file to specify format=’table’ This should resolve the issue.

This code does not work


This code does work


Facebook Comments Box

Leave a Reply