I'm getting this error Could not delete temp directory '/var/folders/4m/p6dpb4px73n8r5btbbw2qx2m0000gr/T/vfsx4335866155680131345' when running a generated binary from simple zero dependencies Python code using graalpy on an M1 Mac any ideas ?
(it was caused by a bug in the current GraalPy release which will be fixed in the next one)
nice
Perhaps your Clojure program created a top level file which became a build time constant rather than a runtime value?
or isn't Clojure involved?
no Clojure, just a simple Python program
Probably better to ask in the GraalVM community slack / native-image channel