Description
Hey All,
Sorry to bother you again!
I am trying to use hdf5-rust for a project with pyO3.
While the program works fine on Linux, I am having some trouble on Windows.
Therefore I created a MWE which is basically the HDF5 - Pixel example inside a working pyO3 Python-module.
You can find the whole code here.
Note: I can run the Pixel example on windows without issues if i do not use pyO3.
Compiling the code works on both, windows and linux, however execution fails on windows with the following error:
pyo3_runtime.PanicException: Can not create file: Invalid file access property list id: 720575940379279375
The same error occurred in #18, however i do not see with this explanation why it should work without Python but fail with it. Maybe I am misinterpreting it.
Can someone help me with this?