You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are writing a program using Python and Rust with PyO3. It is working fine on Ubuntu but is throwing an exception at runtime on Windows when calling File::Create with File or FileBuilder.
The issue may or may not be directly related to hdf5-rust but maybe you will have an idea of where the issue is coming from. I looked around and tried many things (like HDF5 changing versions or building on Windows Server) but I am still facing this issue. It might be related to #195.
Let me know if you need more information. I can provide you with test data if you feel like doing some exploring and running the program.
Versions
Windows 10
rustc 1.68.2
hdf5-rust 0.8.1
Compiled against HDF5 1.10.10
Steps to compile and run
With HDF5 1.10.10 installed, run poetry install to install python deps
Build crate & make it available for python : poetry run maturin develop --release
Run it : poetry run .\new_aglae_data_converter\converter.py ...
@wiwski Does this problem still occur? It would be pretty hard to help out unless you try to narrow it down, i.e. what does pyo3 have to do with it, and does it occur outside of pyo3 on the same machine in the same environment.
Hello,
We are writing a program using Python and Rust with PyO3. It is working fine on Ubuntu but is throwing an exception at runtime on Windows when calling
File::Create
withFile
orFileBuilder
.Here is the line that causing issue : https://github.com/betagouv/new-aglae-data-converter/blob/40981cf1853f41cad55d6d950bdeb935036f10d8/src/converter/mod.rs#L165
The issue may or may not be directly related to
hdf5-rust
but maybe you will have an idea of where the issue is coming from. I looked around and tried many things (like HDF5 changing versions or building on Windows Server) but I am still facing this issue. It might be related to #195.Let me know if you need more information. I can provide you with test data if you feel like doing some exploring and running the program.
Versions
Windows 10
rustc 1.68.2
hdf5-rust 0.8.1
Compiled against HDF5 1.10.10
Steps to compile and run
poetry install
to install python depspoetry run maturin develop --release
poetry run .\new_aglae_data_converter\converter.py ...
Backtrace
The text was updated successfully, but these errors were encountered: