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

Gopy support for ARM based Macbooks #272

Open
alexguo247 opened this issue Jan 21, 2022 · 1 comment
Open

Gopy support for ARM based Macbooks #272

alexguo247 opened this issue Jan 21, 2022 · 1 comment

Comments

@alexguo247
Copy link

Hi,
I am trying to use gopy to create a python package but I keep encountering the same error when running the last command in make build. The error I get is
ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am wondering whether there is currently support for ARM based macbooks. I have tried adding -target arm64-apple-darwin to the CLANG in the Makefile, but am still getting this issue.
Thanks for your time.

@rcoreilly
Copy link
Member

sorry this is so late in responding: there is nothing about gopy that would be arm64 specific I think -- the tests seem to work fine on arm64 as far as I can tell.. perhaps there is some kind of interaction with the specific python package you're using?

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