I am from python background,Sorry didn’t understand why is this issue happening ?
b
Barak Amar
09/16/2022, 8:09 AM
lakeFS uses Makefile to run custom build steps, like the code generation step.
make is the tool that runs Makefile, and it is part of the developers tools you need to have/install.
From the screenshot it looks like you are using macOS and have issues running the dev tools command line.
The above link is to a similar issue and how to resolve it, in order to run make.
v
Vaibhav Kumar
09/16/2022, 8:15 AM
I have checked, installing xcode again and will retry then
after correcting the xcode issue now the error has changed
b
Barak Amar
09/16/2022, 9:21 AM
This is progress - now you have make - but it looks like you don't have 'go' installed.
@Barak Amar It has worked finally, thank you for the guidance.
Actually i upgraded my mac OS from 10x to 12x, I think that was the reason. Anyone facing the same should refer to this thread,