Pyinstaller error in yocto image

513 views
Skip to first unread message

Yasmine Benghozzi

unread,
Aug 30, 2021, 3:52:07 AM8/30/21
to PyInstaller
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
Screenshot from 2021-08-29 11-47-02.png

bwoodsend

unread,
Aug 30, 2021, 1:09:58 PM8/30/21
to PyInstaller

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.

Reply all
Reply to author
Forward
0 new messages