Marcel Luethi

Results 5 comments of Marcel Luethi

As many others, I was looking for a solution to write hdf5 files without adding native libraries to my project. After trying and failing with nujan (which writes the hdf5...

Sorry for the delayed reply. You can find a simple example that showcases the problem in this [gist](https://gist.github.com/marcelluethi/d6815b3f0cf09e55bbd922b1aa5ebb20). It throws the following exception when reading the file: `io.jhdf.exceptions.UnsupportedHdfException: Superblock extension...

Thanks for the prompt and helpful reply. My windows machine does not have a dedicated gpu and cuda is not installed. On my linux machine, it is. This turned out...

Unfortunately, adding `cuda-platfrom` in addition to `cuda-platform-rdist` does not resolve the issue. However, just commenting out the cuda part when no cuda is installed does. For me, this is work-around...

It works by jsut removing the `cuda-platform redist`, but keeping `pytorch-platform-gpu`. While it works, it prints out the following warning ``` Warning: Loading nvfuser library failed with: error in LoadLibrary...