openwhisk-cli icon indicating copy to clipboard operation
openwhisk-cli copied to clipboard

Build fail for cli

Open dimgiagos44 opened this issue 4 years ago • 1 comments

Hello there I am trying to set up the OpenWhisk cli but this error occurs: $ go build -o wsk # github.com/apache/openwhisk-cli/wski18n wski18n/i18n.go:98:16: undefined: Asset

Any suggestions? Thanks

dimgiagos44 avatar Jul 13 '21 10:07 dimgiagos44

@dimgiagos44 you missed the step here: https://github.com/apache/openwhisk-cli#building-for-internationalization-i18n

> go get -u github.com/jteeuwen/go-bindata/...

> go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources

rabbah avatar Jul 15 '21 18:07 rabbah