I'm in mac OS, try to run and build the website with make build. was following this steps
cp .envrc.sample .envrc
direnv allow
# Compile Go executables.
make install
# Run an initial build of the site, look for build output in public/.
make build
# Watch for changes in Go files and/or content and recompile and rebuild when
# one occurs.
make loop
but getting this error , any instructions how can i overcome this

I'm in mac OS, try to run and build the website with
make build. was following this stepsbut getting this error , any instructions how can i overcome this