How to overcome this Problem in tendermint installation?

517 Views Asked by At

I followed the installation of tendermint according to instructions from the tendermint home page. While installing, I have the following problem. Any help is appreciated. Thank you very much in advance.

lilly@lilly-VirtualBox:~/tendermint$ make tools Get Certstrap package github.com/square/[email protected]: invalid github.com/ import path "github.com/square/[email protected]" tools.mk:70: recipe for target '/home/lilly/go/bin/certstrap' failed make: *** [/home/lilly/go/bin/certstrap] Error 1

1

There are 1 best solutions below

3
On

What version of Go are you using? if it's 1.14+ you will have to add export GO111MODULE=on because it may be in GOPATH mode.