Open nomad-scl opened 1 year ago
or hmm, maybe it should have found ni
, maybe that's an error on my side.
Try running through those commands (and update the readme in this repo if possible if you get it working) and see where it fails. see if a ni
binary has been downloaded with graalvms gu
command
So this is a known thing with graalvm native-image and windows. They fixed it for the next version of graalvm native image here https://github.com/oracle/graal/pull/5881 .
Basically for now you need some build setup on windows, https://www.graalvm.org/22.1/docs/getting-started/windows/ .