indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.4k stars 234 forks source link

mach not yet supported (pyoxidizer analyze) #661

Open jaraco opened 1 year ago

jaraco commented 1 year ago

I have a binary built by pyoxidizer (Mercurial). It's failing to invoke readline.get_completer and I'd like to inspect why. I thought pyoxidizer analyze might tell me more about what files are in the executable, but when I run it on the binary, I get this error:

$ pyoxidizer analyze /usr/local/bin/hg
thread 'main' panicked at 'mach not yet supported', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/tugger-binary-analysis-0.6.0/src/audit.rs:34:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

PyOxidizer is installed using pipx install pyoxidizer on macOS 13.0.1 on Apple Silicon.

$ pyoxidizer -V
PyOxidizer 0.23.0
danielbraun89 commented 1 year ago

Same issue here, on github macos-13 action runner