gopy icon indicating copy to clipboard operation
gopy copied to clipboard

Gopy support for ARM based Macbooks

Open alexguo247 opened this issue 3 years ago • 1 comments

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.

alexguo247 avatar Jan 21 '22 05:01 alexguo247

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?

rcoreilly avatar Jun 19 '22 08:06 rcoreilly