rocketlaunchr / dataframe-go

DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
Other
1.19k stars 95 forks source link

Problem getting the package #58

Closed Patrikios closed 2 years ago

Patrikios commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

Patrikios commented 2 years ago

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.