Skip to content
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

MacOS Sonoma build.sh not working (pybind11) #127

Open
fatihkapiz opened this issue Apr 27, 2024 · 0 comments
Open

MacOS Sonoma build.sh not working (pybind11) #127

fatihkapiz opened this issue Apr 27, 2024 · 0 comments

Comments

@fatihkapiz
Copy link

I could not find a way to build the application. I suspect the issue stems from the pybind11 and python version i have (3.12). I would love to try another python version but i don't really understand how to make the script use another one. I think it just downloads the most recent pip version.

Error log is too long but here is a piece of it:

Users/fatihkapiz/dev/ID2T/code_boost/src/pybind11/include/pybind11/pybind11.h:1895:52: error: member access into incomplete type 'PyFrameObject' (aka '_frame') frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0)); ^ /opt/homebrew/Frameworks/Python.framework/Versions/3.12/include/python3.12/pytypedefs.h:22:16: note: forward declaration of '_frame' typedef struct _frame PyFrameObject; ^ In file included from /Users/fatihkapiz/dev/ID2T/code_boost/src/cxx/statistics_db.cpp:1: In file included from /Users/fatihkapiz/dev/ID2T/code_boost/src/cxx/statistics_db.h:13: /Users/fatihkapiz/dev/ID2T/code_boost/src/pybind11/include/pybind11/pybind11.h:1890:49: error: no member named 'frame' in '_ts' PyFrameObject *frame = PyThreadState_Get()->frame;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant