ImportError: DLL load failed while importing _socket: The parameter is incorrect.
透過 pyinstaller + python 3.8 打包的程式,在其他的電腦執行,會顯示下面的錯誤訊息。
ImportError: DLL load failed while importing _socket: The parameter is incorrect. [5008] Failed to execute script pyi_rth_multiprocessing

解法,降版 python 3.8 為 python 3.7 再重新打包。