-
Notifications
You must be signed in to change notification settings - Fork 76
Python 3.12 compatibility #325
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
Comments
This seems to be an issue with the sdist. I can compile from a git-checkout on the 1.11.1 tag, but get this failure building from the sdist (both pulling from pypi and if I make the sdist locally).
also works for me. |
The issues seems to be with the bundeled version of blosc, setting |
Ok. It looks like a new release is needed soon. Thanks for the hint. |
@FrancescAlted apologies for pinging you here, but would you be able to make a release soon? Currently, all packages that depend on python-blosc are broken on Python 3.12. Thank you very much! |
Yes, this is long overdue. We have a lot of work in our plates lately, and not too much funding for everything. Anyway, if you are benefiting from Blosc ecosystem, Blosc developers will always be happier when people contribute to our continued efforts. Thank you! |
I also think this is another symptom of the issues described in https://pypackaging-native.github.io and the sustainability issues of the pip/wheel distribution model. There are packages for python-blosc on conda-forge (and as noted above it can be made to compile with py312, just not from the sdist without an extra env). |
Hi,
my CI job with Python 3.12 fails because of:
The text was updated successfully, but these errors were encountered: