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

Please make this error compile-time: Python bindings were not compiled/linked against expected zstd version (10405 returned by the lib, 10408 hardcoded in zstd headers, 10408 hardcoded in the cext) #132

Open
yurivict opened this issue Jan 11, 2021 · 0 comments

Comments

@yurivict
Copy link

I have zstd-1.4.5 installed when the current latest zstd is 1.4.8.

With --system-zstd, it builds and installs, but fails in the runtime:

ImportError: zstd C API versions mismatch; Python bindings were not compiled/linked against expected zstd version (10405 returned by the lib, 10408 hardcoded in zstd headers, 10408 hardcoded in the cext)

Please move this test to compilation time because this would make it more fail-proof.

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

1 participant