-
Notifications
You must be signed in to change notification settings - Fork 88
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
zstd
dependency?
#314
Comments
Hi @TheChymera. zstd is being pulled in via the |
I'd like to note the package |
Yeah as Josh says this is currently compiled into the binaries we ship via Blosc. So no additional dependency needed. Martin, to your point, we discussed in issue ( #70 ) breaking out compressors as dependencies, which would have been one way to make this pure Python. Though I think adding binary wheels and some of the additional compressor code added since, probably makes pure Python less relevant (or maybe even feasible). That said, no objection to anyone picking up this refactoring work up if it is of interest 🙂 |
I see that the code mentions zstd quite a bit, but does not list it in the dependences.
Is this an ommission, or does the package want to use its own zstd?
If so, is there any way to tell it to use the system zstd distribution?
The text was updated successfully, but these errors were encountered: