Hi all.
I’m trying to install the Go SDK on a virtual machine (Openstack with Ubuntu 18.04.1 LTS).
Using the command:
go get -u github.com/algorand/go-algorand-sdk/…
I get the following error:
package github.com/algorand: invalid github.com/ import path “github.com/algorand”
Here is the environment:
GOPATH=$HOME/go
go version go1.15.6 linux/amd64
git version 2.17.1
Any help?
Thanks.