-
Notifications
You must be signed in to change notification settings - Fork 525
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
Cannot build wxpython 4.2.2 in macOS sequoia 15.3.1 #2710
Comments
Seems like there might be a problem with your Xcode installation. It seems like it cannot compile C++. See this for a possible solution: https://stackoverflow.com/questions/78999694/cant-compile-c-hello-world-with-clang-on-mac-sequoia-15-0-and-vs-code |
There is now some macOS 15 runners on github actions (not GA yet, but it is possible to use). Would it make sense to build wheels for it too? |
Shouldn't be needed. The wheels we are already building should work, but the problem is that we didn't built an arm64-compatible wheel for Python 3.9 (which the OP seems to be using) last time. I'm planning to fix that. |
@sortega did you have a chance to try the solutions in the link I posted? |
I followed the instructions. After a long time, it failed with:
and similar errors |
The wheel is not compiling for me.
This is the build output (removing some redundant lines so it can fit as an issue):
The text was updated successfully, but these errors were encountered: