We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add additional build for Python 3.12 on our platforms (PyPi Linux + Windows, Conda Linux + Mac).
Do PyPi first and then Conda after - since Conda requires the upgrades that Julien describes below.
The text was updated successfully, but these errors were encountered:
FYI, building for python 3.12 on conda-forge necessitates using at least pybind11 2.11.1 which is the only version built for python 3.12.
Updating ArcticDB to use pybind 2.11.1 necessitates performing changes to make sure the GIL is held before objects' destruction.
See:
pybind11::handle::dec_ref() is being called while the GIL is either not held or invalid.
Sorry, something went wrong.
Xref #2050
phoebusm
No branches or pull requests
Add additional build for Python 3.12 on our platforms (PyPi Linux + Windows, Conda Linux + Mac).
Do PyPi first and then Conda after - since Conda requires the upgrades that Julien describes below.
The text was updated successfully, but these errors were encountered: