As is says in the docs 
<https://pyinstaller.readthedocs.io/en/stable/requirements.html#gnu-linux> 
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.
​
On Monday, August 30, 2021 at 8:52:07 AM UTC+1 [email protected] wrote:

> Hello everyone, 
> Well after a lot of struggle, I installed pyinstaller in my yocto image, 
> but while executing the command, I got an error which I couldn't solve 
> actually, 
>
> Thank you
> [image: Screenshot from 2021-08-29 11-47-02.png]
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/f155d0dc-0bad-4d15-8ec4-5051872c78a7n%40googlegroups.com.

Reply via email to