go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 276 forks source link

Problem installing on windows 10 x64 go 16 #158

Closed jcbritobr closed 2 years ago

jcbritobr commented 2 years ago

I'm trying to install dataframes with go 16.6 on windows 10 x64 and got the following message. After that the go.mod file is not updated:

go get: github.com/kniren/gota@v0.10.1 updating to
        github.com/kniren/gota@v0.11.0: parsing go.mod:     
        module declares its path as: github.com/go-gota/gota
                but was required as: github.com/kniren/gota
chrmang commented 2 years ago

Hi,

it seems your command was go get github.com/kniren/gota. This points to an outdated version of gota. Please try go get github.com/go-gota/gota. For further questions, you can also use our Slack channel.

Have Fun

jcbritobr commented 2 years ago

Hi,

it seems your command was go get github.com/kniren/gota. This points to an outdated version of gota. Please try go get github.com/go-gota/gota. For further questions, you can also use our Slack channel.

Have Fun

I'll test now.

jcbritobr commented 2 years ago

Yes, that worked, but I think I read that old version on documentation here: https://github.com/go-gota/gota/wiki

Need to get updated also.

chrmang commented 2 years ago

Thank you for your feedback. I'll update the pages.