
As is says in the docs PyInstaller requires ldd and objcopy which are typically provided by the binutils package. It looks like you’re using Raspian which uses apt as its package manager so you should run sudo apt-get update && sudo apt-get install binutils. Otherwise google around for your Linux distribution’s equivalent.