vscode-pddl icon indicating copy to clipboard operation
vscode-pddl copied to clipboard

Mac support with M1 processor (darwin, arm64) for the VAL tool

Open victorpaleologue opened this issue 2 years ago • 4 comments

Trying to install the VAL tool on a Mac with M1 processor, I get this error: Binaries for operating system darwin arm64 are not available. Supported: win32 (arch: x64, x32, ia32), linux (arch: x64), darwin (x64)

victorpaleologue avatar Jun 16 '22 15:06 victorpaleologue

I have the same issue. Can anyone help?

sixt99 avatar Oct 14 '22 00:10 sixt99

The workaround consists in re-building VAL yourself:

  • clone it from https://github.com/KCL-Planning/VAL/
  • run scripts/build_macos.sh from that repo
  • set the "Pddl: Validator Path" value (in VSCode) to the path to the binary named Validate

victorpaleologue avatar Oct 14 '22 08:10 victorpaleologue