-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
triageNew bug, unverifiedNew bug, unverified
Description
Required prerequisites
- Make sure you've read the documentation. Your issue may be addressed there.
- Search the issue tracker and Discussions to verify that this hasn't already been reported. +1 or comment there if it has.
- Consider asking first in the Gitter chat room or in a Discussion.
What version (or hash if on master) of pybind11 are you using?
3.0.1
Problem description
We have a python library using Pybind11 2.x. When we tried to upgrade to Pybind11 3.x, we now receive the following error when importing:
ImportError: thread_specific_storage constructor: could not initialize the TSS key!
We are running Python 3.12.12 on UBI 9. The library is large and we're not sure where to start looking for the issue.
Reproducible example code
N/A
Is this a regression? Put the last known working version here if it is.
Not a regression
Metadata
Metadata
Assignees
Labels
triageNew bug, unverifiedNew bug, unverified