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

Distribution "macosx_10_15_universal2" not working on macOS 14 ARM #80

Closed
tom-gangemi opened this issue Apr 17, 2024 · 1 comment
Closed

Comments

@tom-gangemi
Copy link
Contributor

Getting the following error trying to import pugixml after a pip install pugixml on macOS 14 ARM:

ImportError: dlopen(venv311/lib/python3.11/site-packages/pugixml/pugi.cpython-311-darwin.so, 0x0002): tried: 'venv311/lib/python3.11/site-packages/pugixml/pugi.cpython-311-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))

My guess is that build.yml needs MACOSX_DEPLOYMENT_TARGET set to "11" to properly build the universal dist.

Using "pip install --no-binary=:all: pugixml" resolves the issue locally.

@miute
Copy link
Owner

miute commented Apr 30, 2024

Fixed in #82 and #85.

@miute miute closed this as completed Apr 30, 2024
This issue was closed.
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

2 participants