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
Hello,
It is not a pressing issue but I just wanted you to be aware that KMC currently doesn't compile with Python 3.11. I receive the following error:
py_kmc_api/libs/pybind11/include/pybind11/pybind11.h:2026:52: error: invalid use of incomplete type ‘PyFrameObject’ {a ka ‘struct _frame’}
I believe the issue is that PyFrameObject has changed as documented in https://docs.python.org/3.11/whatsnew/3.11.html.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
It is not a pressing issue but I just wanted you to be aware that KMC currently doesn't compile with Python 3.11. I receive the following error:
I believe the issue is that PyFrameObject has changed as documented in https://docs.python.org/3.11/whatsnew/3.11.html.
The text was updated successfully, but these errors were encountered: