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
System.TypeInitializationException: The type initializer for 'HDF.PInvoke.H5T' threw an exception.
---> System.TypeInitializationException: The type initializer for 'HDF.PInvoke.H5DLLImporter' threw an exception.
---> System.IO.FileNotFoundException: /Users/USER/*/libhdf5.dylib```
### Known Workarounds
_No response_
### Configuration and Other Information
_No response_
The text was updated successfully, but these errors were encountered:
Description
I'm on MacOS (Intel), and saving a model causes the save function to fail as it's missing a library.
Reproduction Steps
Here is the F# port of the XOR sample code:
The libraries included in the project are:
Both save calls give this error:
The text was updated successfully, but these errors were encountered: