Replies: 1 comment
-
My own Mac is arm64 and it was tested on both. It sounds like your Python is running from Rosetta. Please supply all details regarding your testing env |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello developers!
I'd like to install it for using JIT on Altstore.
So I typed the command like below, but I got an error during installation.
python3 -m pip install -U pymobiledevice3
Here's the error message I got:
ld: warning: ignoring file build/temp.macosx-10.9-x86_64-cpython-39/darwin_pytun.o, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
As you can see above error message, this error is occurred from cpu architecture of build target.
So, did you check it can be installed successfully not on x86_64 mac but also on arm64 mac?
If anyone knows about this issue, please mention it.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions