Thank you for the detailed bug report on the Hermes compiler not found when running Vega OS Hello World project (Vega SDK 0.22) issue.
The error hermesc: not found on Linux can occur even when the file exists - it typically means the binary can’t execute due to missing shared library dependencies on your system. The hermesc binary in the SDK is compiled for Amazon Linux 2, which may have library version differences compared to Ubuntu 26.04 or Deepin 25.0.
To help us pinpoint the root cause, could you run the following commands and share the output?
Confirm the binary exists:
ls -la ~/vega/sdk/vega-sdk/main/0.22.5600/packages/VegaUIReact-Hermes/VegaUIReact-Hermes-0.72.x_vodka.205727.0/AL2_x86_64/DEV.STD.PTHREAD/build/bin/hermesc
Regarding Deepin 25.0: The officially supported platforms are macOS 10.15+ and Ubuntu 20.04+ (Install Vega Developer Tools ( Install the Vega Developer Tools | Vega Get Started )). If possible, we’d recommend trying on a supported Ubuntu installation to rule out OS compatibility as the cause.
The output from the diagnostic commands above will help us determine if this is a library compatibility issue and guide next steps.
Thank you for your reply. I’ve fixed the issue by installing Ubuntu 20.04 LTS. For some reason, the Vega SDK packages and tools are not fully compatible with the newer versions of Ubuntu or Deepin.