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

undefined: array.Interface when install gorgonia package #127

Open
manjunathsc123 opened this issue Jun 6, 2022 · 8 comments
Open

undefined: array.Interface when install gorgonia package #127

manjunathsc123 opened this issue Jun 6, 2022 · 8 comments

Comments

@manjunathsc123
Copy link

gorgonia.org/tensor

../../go/src/gorgonia.org/tensor/dense_compat.go:442:23: undefined: array.Interface

@manjunathsc123
Copy link
Author

when i am trying to run gorgonia/tensor package or while installing i am getting the above mentioned error

@chewxy
Copy link
Member

chewxy commented Jun 6, 2022

This seems to be a version issue. Which version are you getting?

@manjunathsc24
Copy link

I am using latest version, yesterday only I have installed .
could you please let me know how to change the version of Gorgonia

@manjunathsc24
Copy link

module gorgonia.org/gorgonia

go 1.16

require (

github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect

github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/chewxy/hm v1.0.0
github.com/chewxy/math32 v1.10.1
github.com/go-gota/gota v0.12.0
github.com/google/flatbuffers v2.0.6+incompatible // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/leesper/go_rng v0.0.0-20190531154944-a612b043e353
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/xtgo/set v1.0.0
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd // indirect
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
gonum.org/v1/gonum v0.11.0
gonum.org/v1/netlib v0.0.0-20220323200511-14de99971b2d
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
gorgonia.org/cu v0.9.4
gorgonia.org/dawson v1.2.0
gorgonia.org/tensor v0.9.23
gorgonia.org/vecf32 v0.9.0
gorgonia.org/vecf64 v0.9.0

)

@manjunathsc24
Copy link

This is the libraries I have installed

@manjunathsc24
Copy link

go version go1.17.6 darwin/amd64

@darkprof83
Copy link

I confirm
go version go1.18.3 linux/amd64
9a56298 (HEAD -> master, tag: v0.9.23, origin/master, origin/HEAD) Fixed a major bug when reusing an operand (#126)

@darkprof83
Copy link

git checkout apache-arrow-7.0.0 work for me in ~/golang/src/github.com/apache/arrow/go/arrow
apache-arrow-8.0.0 not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants