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

ISSUE-440: Impossible to install v0.3.0 because of zstd #138

Closed
sijie opened this issue Jan 14, 2021 · 0 comments
Closed

ISSUE-440: Impossible to install v0.3.0 because of zstd #138

sijie opened this issue Jan 14, 2021 · 0 comments
Assignees

Comments

@sijie
Copy link
Member

sijie commented Jan 14, 2021

Original Issue: apache#440


Expected behavior

It should be possible to install the latest version.

Actual behavior

PR apache#385 conflicts with other libs depending on github.com/DataDog/zstd. In my project, zstd is a transient dependency of many other open source dependencies, and all the other ones are using github.com/DataDog/zstd. This leads to an installation error:

../../go/pkg/mod/github.com/apache/pulsar-client-go@v0.3.0/pulsar/internal/compression/zstd_cgo.go:27:2: case-insensitive import collision: "github.com/datadog/zstd" and "github.com/DataDog/zstd"

Downgrading to v0.2.0 fixes the issue on the short term.

Steps to reproduce

go get -u

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