You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get github.com/influxdata/influxdb1-client/v2
gives this error:
github.com/influxdata/flux/values
......\lib\src\github.com\influxdata\flux\values\dict.go:261:25: cannot use immutable.NewSortedMap(dictComparer(dictType)) (type *immutable.SortedMap) as type immutable.Comparer in argument to immutable.NewSortedMapBuilder:
*immutable.SortedMap does not implement immutable.Comparer (missing Compare method)
What could be the issue?
The text was updated successfully, but these errors were encountered:
go get github.com/influxdata/influxdb1-client/v2
gives this error:
github.com/influxdata/flux/values
......\lib\src\github.com\influxdata\flux\values\dict.go:261:25: cannot use immutable.NewSortedMap(dictComparer(dictType)) (type *immutable.SortedMap) as type immutable.Comparer in argument to immutable.NewSortedMapBuilder:
*immutable.SortedMap does not implement immutable.Comparer (missing Compare method)
What could be the issue?
The text was updated successfully, but these errors were encountered: