piper icon indicating copy to clipboard operation
piper copied to clipboard

unable to execute binary file: format error for exec()

Open micontar opened this issue 1 year ago • 5 comments

hello, i have install piper of a raspberry pi cm4 and i have error: unable to execute binary file: format error for exec() thanks for the help

micontar avatar Jan 21 '24 00:01 micontar

./piper/piper --help gibt das selbe error

micontar avatar Jan 21 '24 10:01 micontar

Did you download the correct ARM version? You can run "file ./piper/piper" to see what kind of executable it is.

synesthesiam avatar Jan 21 '24 15:01 synesthesiam

yes, arm64. ./piper/piper same error

micontar avatar Jan 21 '24 23:01 micontar

it is the file executable piper

micontar avatar Jan 22 '24 01:01 micontar

To add on — I'm facing the same issue when I run the arm64 executable:

zsh: exec format error: /Users/{username}/Documents/{project}/code/{service}/tts/piper/piper

Where the above is the piper executable path. I am on an M1 Macbook, 2020, running Sonoma 14.0.

Running file /Users/{username}/Documents/{project}/code/{service}/tts/piper/piper yields:

/Users/{username}/Documents/{project}/code/{service}/tts/piper/piper: ELF 64-bit LSB executable,
ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1,
BuildID[sha1]=3686a5e80b65afe31f6526f01faa309360429b10, for GNU/Linux 3.7.0, not stripped, too many notes (256)

bephrem1 avatar Feb 14 '24 18:02 bephrem1