graalvm

octahedrion 2024-07-09T13:09:06.556319Z

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 ?

octahedrion 2024-07-10T08:35:10.295599Z

(it was caused by a bug in the current GraalPy release which will be fixed in the next one)

borkdude 2024-07-10T08:35:43.119839Z

nice

borkdude 2024-07-09T13:14:56.230239Z

Perhaps your Clojure program created a top level file which became a build time constant rather than a runtime value?

borkdude 2024-07-09T13:15:17.905609Z

or isn't Clojure involved?

octahedrion 2024-07-09T13:15:28.462829Z

no Clojure, just a simple Python program

borkdude 2024-07-09T13:15:47.189809Z

Probably better to ask in the GraalVM community slack / native-image channel

👍 1