Pyinstaller 3.3.1 & 3.4.0-dev build with apscheduler
问题 Greeting! I'm trying to make a build using PyInstaller. Config: Python 3.6.5 pip 10.0.1 , OS: Ubuntu 18.04 . Using virtualenv (also tried with python -m venv ). My app using an apscheduler , websocket , _thread and it seems like some related modules have import problems. Tried pyinstaller --onefile mymain.spec & pyinstaller --onedir mymain.spec . Problem persists in both cases. Program working without errors if not frozen. here is the error i'm getting if i try to run the generated executable