This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
이라고 오류가 발생하는데, 제 생각에 pyinstaller를 생성할 때 나오는 spec 파일에 모듈을 포함하거나, Installer를 만들어서 설치중에 파이썬을 알아서 설치하고 pip를 진행하게 해야 할 것 같습니다.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
이라고 오류가 발생하는데, 제 생각에 pyinstaller를 생성할 때 나오는 spec 파일에 모듈을 포함하거나, Installer를 만들어서 설치중에 파이썬을 알아서 설치하고 pip를 진행하게 해야 할 것 같습니다.