You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the classic find_package(pybind11 REQUIRED) & then pybind11_add_module(XX MODULE $SRCS)
lead to python being hardlinked causing the PyMutex_Lock.
Hi,
I have remembered why I needed all that "FindPythonPyEnv" business. Without it, after successful compilation, I got the import crash:
And the solution I was using is actually described in the still open PyBind11 issues:
pybind/pybind11#3081 (comment)
The text was updated successfully, but these errors were encountered: