You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
It looks like when installing sentinel hub in linux (debian based), there are missing dependecies from different github packages:
https://docs.sentinel.co/Testnets/Sentinel-Turing-1/Sentinel-Hub_Setup/
cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
/usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
/root/Projects/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)
cannot find package "github.com/gogo/protobuf/grpc" in any of:
/usr/local/go/src/github.com/gogo/protobuf/grpc (from $GOROOT)
/root/Projects/src/github.com/gogo/protobuf/grpc (from $GOPATH)
cannot find package "github.com/tendermint/cosmos-rosetta-gateway/errors" in any of:
/usr/local/go/src/github.com/tendermint/cosmos-rosetta-gateway/errors (from $GOROOT)
/root/Projects/src/github.com/tendermint/cosmos-rosetta-gateway/errors (from $GOPATH)
cannot find package "github.com/tendermint/cosmos-rosetta-gateway/server" in any of:
/usr/local/go/src/github.com/tendermint/cosmos-rosetta-gateway/server (from $GOROOT)
/root/Projects/src/github.com/tendermint/cosmos-rosetta-gateway/server (from $GOPATH)
cannot find package "github.com/tendermint/cosmos-rosetta-gateway/types" in any of:
/usr/local/go/src/github.com/tendermint/cosmos-rosetta-gateway/types (from $GOROOT)
/root/Projects/src/github.com/tendermint/cosmos-rosetta-gateway/types (from $GOPATH)
cannot find package "github.com/cosmos/cosmos-sdk/x/supply" in any of:
/usr/local/go/src/github.com/cosmos/cosmos-sdk/x/supply (from $GOROOT)
/root/Projects/src/github.com/cosmos/cosmos-sdk/x/supply (from $GOPATH)
cannot find package "github.com/tendermint/tendermint/libs/bech32" in any of:
/usr/local/go/src/github.com/tendermint/tendermint/libs/bech32 (from $GOROOT)
/root/Projects/src/github.com/tendermint/tendermint/libs/bech32 (from $GOPATH)
cannot find package "github.com/cosmos/cosmos-sdk/client/context" in any of:
/usr/local/go/src/github.com/cosmos/cosmos-sdk/client/context (from $GOROOT)
/root/Projects/src/github.com/cosmos/cosmos-sdk/client/context (from $GOPATH)
cannot find package "github.com/cosmos/cosmos-sdk/x/auth/exported" in any of:
/usr/local/go/src/github.com/cosmos/cosmos-sdk/x/auth/exported (from $GOROOT)
/root/Projects/src/github.com/cosmos/cosmos-sdk/x/auth/exported (from $GOPATH)
cannot find package "github.com/cosmos/cosmos-sdk/x/auth/client/utils" in any of:
/usr/local/go/src/github.com/cosmos/cosmos-sdk/x/auth/client/utils (from $GOROOT)
/root/Projects/src/github.com/cosmos/cosmos-sdk/x/auth/client/utils (from $GOPATH)
Other parts of these libraries were still downloaded, but these missing dependencies cause 'make install' to fail.
The text was updated successfully, but these errors were encountered: