You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed bluepy 1.0.4 via the python3-pip on a fresh Ubuntu 16.04 install while using Python 3.5.
On execution, I received an OSError: Exec format error when executing bluepy-helper.
When checking the executable (using: file bluepy-helper) I got:
bluepy-helper: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.32, BuildID[sha1]=bb101bae1661c9f46a35e08eb4d10f43fffef2ad, not stripped
Is it possible that the executable is built for ARM (probably built for raspberry pi) and not usage on a x64 machine ?
The text was updated successfully, but these errors were encountered:
I just installed bluepy 1.0.4 via the python3-pip on a fresh Ubuntu 16.04 install while using Python 3.5.
On execution, I received an OSError: Exec format error when executing bluepy-helper.
When checking the executable (using: file bluepy-helper) I got:
bluepy-helper: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.32, BuildID[sha1]=bb101bae1661c9f46a35e08eb4d10f43fffef2ad, not stripped
Is it possible that the executable is built for ARM (probably built for raspberry pi) and not usage on a x64 machine ?
The text was updated successfully, but these errors were encountered: