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
Trying to follow the installation instructions from the README:
$ go install github.com/pierrec/lz4/v4/cmd/lz4c
go install: version is required when current directory is not in a module
Try 'go install github.com/pierrec/lz4/v4/cmd/lz4c@latest' to install the latest version
$ go install github.com/pierrec/lz4/v4/cmd/lz4c@latest
go: downloading github.com/pierrec/lz4/v4 v4.1.14
go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go install: github.com/pierrec/lz4/v4/cmd/lz4c@latest: module github.com/pierrec/lz4/v4@latest found (v4.1.14), but does not contain package github.com/pierrec/lz4/v4/cmd/lz4c
I tried several things read on the Web like go clean -modcache but this does not help