How to satisfy Pyinstaller's requiments?

I have been Using pyinstaller to build apps now but ldd gives me an error saying that it doesn’t have permission to access the libraries that I use also after checking thier website I found this.
I need Someone to tell me how to do these.
Your help is appreciated

GNU/Linux

PyInstaller requires the ldd terminal application to discover the shared libraries required by each program or shared library. It is typically found in the distribution-package glibc or libc-bin.

It also requires the objdump terminal application to extract information from object files and the objcopy terminal application to append data to the bootloader. These are typically found in the distribution-package binutils.