when creating windows service using python , if "Error 1053: The service did not respond to the start or control request in a timely fashion" shows , just ensure this command: pyinstaller --onefile python_file.py --hidden-import=win32timezone --clean --uac-admin
(that importing win32timezone is importent::: )