PyOxidizer
PyOxidizer copied to clipboard
mach not yet supported (pyoxidizer analyze)
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
Same issue here, on github macos-13 action runner