-
Notifications
You must be signed in to change notification settings - Fork 498
Installation on macOS (M1) fails #1763
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
Comments
I'm having the same problem. Steps to reproduce:
Edit: Forgot to add these details:
I get the following output:
|
I figured out the issue with my setup. I don't know the exact issue, but it had something to do with the macOS native Clang/LLVM tools conflicting with Homebrew installed LLVM tools. I had the following environment variables set up to use the Homebrew version, and once I removed them it fixed the problem:
EDIT: I should also add that this was a problem building the capstone dependency, not with pyOCD. |
Uh oh!
There was an error while loading. Please reload this page.
I tried to install
pyOCD
as part of theZephyr SDK
on my Mac Mini M1. However, I'm facing an issue:No matter if using the zephyr installer command
west packages pip --install
or usepip install pyocd
,pip install --no-binary capstone pyocd
orpython3 -mpip install -U pyocd
, the installation always fails with:or
Would be happy if someone can help me out, thanks.
The text was updated successfully, but these errors were encountered: