'Pyinstaller is not working giving me bugged exe

I have a python script using kivy for gui, the problem is that when i am using pyinstaller to convert it, it gives me a warning which goes as 'libhunspell not found' and 'libgobject not found'. Moreover Pyinstaller hands me a not working exe which is causing me a real trouble. All suggestions are welcome. Thanks in advance:)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source