irisnet/irishub

problem in install iris

Mahmoud-Mourad-Dev opened this issue · 6 comments

when i make - make install
make: statik: Command not found
Makefile:89: recipe for target 'update_irislcd_swagger_docs' failed
make: *** [update_irislcd_swagger_docs] Error 127

same here,

make get_tools install

make: *** [Makefile:89: update_irislcd_swagger_docs] Error 127

@cryptocoin1btc @curelight There is a high probability that the GOBIN is not added to the PATH, see https://github.com/irisnet/irishub/blob/master/docs/get-started/install.md#install-go.

Checked everything, still cannot install iris.
Go works correctly, all pathes added to $PATH

@bayten Is there any error returned? Is it returning the above error?

It is returning the error above. OS: Linux Mint 20.1. Go version: 1.13.8 linux/amd 64

@bayten Please ensure the statik is installed in GOBIN,

ls $GOBIN | grep statik

If statik is not found, seems that the GOBIN is not added to PATH correctly.