taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 581 forks source link

Issue with executables, compiled using pyinstaller #217

Open rjsh927 opened 5 years ago

rjsh927 commented 5 years ago

I am trying to turn a python script that uses twitterscraper into an executable using pyinstaller. But resulting .exe fails to execute. I ahve tried hidden-import and hook options for pyinstaller to no remedy. has anyboy encountered this issue and how to resolve it?