Skip to main content

the executable file isn't installed yet. Lazy Install is disabled

You may face the error when you execute a command managed by aqua.

e.g.

$ tfcmt -v
FATA[0000] aqua failed aqua_version= doc="https://aquaproj.github.io/docs/reference/codes/006" env=darwin/arm64 error="the executable file isn't installed yet. Lazy Install is disabled" exe_name=tfcmt package=suzuki-shunsuke/tfcmt package_version=v1.0.0 program=aqua

What does this error mean?

This error occurs when Lazy Install is disabled and the executed command isn't installed yet.

Please see Disable Lazy Install too.

How to solve the error

Install packages by aqua i without -l option before executing commands.

$ aqua i

GitHub Actions aquaproj/aqua-installer uses -l option by default, so please disable -l option with the input aqua_opts.

e.g.

- uses: aquaproj/aqua-installer@v3.0.0
with:
aqua_version: v2.25.1
aqua_opts: ""

Or if you'd like to enable Lazy Install, please remove the environment variable AQUA_DISABLE_LAZY_INSTALL.