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 getting the package #58

Closed
Patrikios opened this issue Nov 19, 2021 · 4 comments
Closed

Problem getting the package #58

Patrikios opened this issue Nov 19, 2021 · 4 comments

Comments

@Patrikios
Copy link

Problem getting the package:

$ go get -u github.com/rocketlaunchr/dataframe-go
go get: github.com/rocketlaunchr/dataframe-go@none updating to
        github.com/rocketlaunchr/dataframe-go@v0.0.0-20211025052708-a1030444159b requires
        github.com/blend/go-sdk@v1.1.1: reading github.com/blend/go-sdk/go.mod at revision v1.1.1: unknown revision v1.1.1
@pjebs
Copy link
Collaborator

pjebs commented Nov 19, 2021

Can you use godepgraph repo to find out what is importing blend/go-sdk? Go.mod days indirect import.

I've never seen it before.

@Patrikios
Copy link
Author

It seems it was problem caused by dnf install go installation on a freshly installed fedora 35 workstation. Reinstalled with the official go version. Now dataframe-go package is being found. Sorry for the inconvenience.

@pjebs
Copy link
Collaborator

pjebs commented Nov 19, 2021

I did recently change minimum version to go1.15. Could that have been why?

@Patrikios
Copy link
Author

The default dnf go version is currently 1.16, hence the minimum version requirement was not the issue I believe. Most probably the 1% error in this case.

@pjebs pjebs closed this as completed Nov 20, 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