Nexus Issues for Mac
@defilova
Having ran the Nexus cli comfortably on the Ubuntu OS, i discovered some issues running it on the Mac OS.
error: failed to run custom build command for nexus-network v0.4.0 (/Users/gwilldan/.nexus/network-api/clients/cli)`
Caused by:
process didn't exit successfully: /Users/gwilldan/.nexus/network-api/clients/cli/target/release/build/nexus-network-b9098be9342c089f/build-script-build (exit status: 1)
--- stdout
cargo:warning=Failed to run protoc: No such file or directory (os error 2)
--- stderr Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }`
This is the error message given and i've searched through the discord. I've seen multiple persons with this same issue unattended to. Kindly look into it thank you
install protoc
https://github.com/nexus-xyz/network-api/issues/133#issuecomment-2535798225
this helped!