rocketlaunchr / dataframe-go

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

Bad import, was an upstream dependency deleted? #60

Open wagslane opened 2 years ago

wagslane commented 2 years ago
go: github.com/sjwhitworth/golearn@v0.0.0-20210117164941-cde96fa8267f requires
        github.com/rocketlaunchr/dataframe-go@v0.0.0-20201007021539-67b046771f0b 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

It looks like v1.1.1 of github.com/blend/go-sdk is missing. Are you seeing the same or am I taking crazy pills today?

pjebs commented 2 years ago

Let me run https://github.com/kisielk/godepgraph to see where the dependency is even coming from. Never seen it before in my life.

wagslane commented 2 years ago

It's listed in the go.mod

pjebs commented 2 years ago

It's an indirect

wagslane commented 2 years ago

Oh, lame that go get doesn't give a more verbose chain. My bad.

ppd0705 commented 2 years ago

hey @pjebs the error is still in there, do you have any plan to upgrade go-chart to resolve this problem? the newest go-chart remove the github.com/blend/go-sdk requirement already.
because for the new users, the local mod dir doesn't have github.com/blend/go-sdk@v1.1.1 , they can't make it work