ImportError: DLL load failed while importing _socket: The parameter is incorrect. Posted on 2020-11-282020-11-28 透過 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 再重新打包。