Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go instalation instructions are out of date. #507

Open
chrisrusso opened this issue Oct 9, 2023 · 0 comments
Open

Go instalation instructions are out of date. #507

chrisrusso opened this issue Oct 9, 2023 · 0 comments
Assignees
Labels

Comments

@chrisrusso
Copy link

chrisrusso commented Oct 9, 2023

Dear Intelx team, you are probably aware of this, but here we go in any case:

As the title states, the installation instructions for Go are not up to date.

For example: "go get -u github.com/IntelligenceX/SDK/Go/ixapi" is not longer working in the actual go versions.

I had to use "go install github.com/IntelligenceX/SDK/Go/ixapi@latest" instead.

The output of the command was the following:

go: finding module for package github.com/go-dedup/simhash
go: finding module for package github.com/gofrs/uuid
go: found github.com/go-dedup/simhash in github.com/go-dedup/simhash v0.0.0-20170904020510-9ecaca7b509c
go: found github.com/gofrs/uuid in github.com/gofrs/uuid v4.4.0+incompatible
go: finding module for package github.com/go-dedup/text
go: found github.com/go-dedup/text in github.com/go-dedup/text v0.0.0-20170907015346-8bb1b95e3cb7
go: finding module for package github.com/go-dedup/megophone
go: found github.com/go-dedup/megophone in github.com/go-dedup/megophone v0.0.0-20170830025436-f01be21026f5
package github.com/IntelligenceX/SDK/Go/ixapi is not a main package

I'm having some issues to make this work. If I manage to solve the installation, I'll be happy to update the documentation in this ticket.

Ubuntu 22, Go version go1.18.1 linux/amd64

@cmlh cmlh added the Go label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants