Python binary file is very slow in execution

Options
pankajnegi1920
pankajnegi1920 Member, ALL USERS, Partner Posts: 4 New Contributor

Hi all, 

I have written a script on Anaplan connectivity through python.
Now I have converted that python script (.py) file to binary (.exe) file with the help of pyinstaller and --onefile

 

But on launching that '.exe' file, its taking too much time approximately 10 minutes or more than that.

Any suggestion please...