Elfutils for Mac OS Ventura 13.3.1 #109
Closed
apurvakhatri
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @apurvakhatri and thanks for opening this discussion. Unfortunately |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to get the dependencies (libdw & libelf) on my system I went ahead with installing elfutils.
I am unable to install elfutils using homebrew. Below is the error:
Command: brew install elfutils
Logs:
==> Downloading https://formulae.brew.sh/api/formula.jws.json
#=#=#
==> Downloading https://formulae.brew.sh/api/cask.jws.json
#=#=#
elfutils: Linux is required for this software.
Error: elfutils: An unsatisfied requirement failed this build.
Eventually, I get the below error when trying to execute "python3 -m pip install -e .
"
Error: cmd_obj.run()
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
Note: libelf is available with homebrew & installing it was a success. It is the dependency libdw which is causing the trouble.
I was looking for suggestions on how to get the dependencies on my system. Any suggestions would be highly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions