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

Problem installing on windows 10 x64 go 16 #158

Closed
jcbritobr opened this issue Jul 30, 2021 · 4 comments
Closed

Problem installing on windows 10 x64 go 16 #158

jcbritobr opened this issue Jul 30, 2021 · 4 comments

Comments

@jcbritobr
Copy link

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
Copy link
Contributor

chrmang commented Jul 31, 2021

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
Copy link
Author

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
Copy link
Author

jcbritobr commented Aug 1, 2021

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
Copy link
Contributor

chrmang commented Aug 2, 2021

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

@chrmang chrmang closed this as completed Aug 2, 2021
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

2 participants