erdewit / ib_insync

Python sync/async framework for Interactive Brokers API
BSD 2-Clause "Simplified" License
2.8k stars 743 forks source link

The build executable is too large #177

Closed Jrzg1992 closed 5 years ago

Jrzg1992 commented 5 years ago

I used pyinstaller to generate executables based on ib_insync. Files can get rather large and cumbersome. I'm sure this is the reason for the reference to ib_insync. How can I deal this question?

erdewit commented 5 years ago

It could be the imports from pandas or PyQt5/PySide2. Not sure what I can do about that though.