Pyinstaller Error: [ImportError]: DLL load failed while importing _socket: Parameter error

Convert the python program to exe through pyinstaller and run normally on this computer, but an error is reported when running on other computers:
[importerror]: DLL load failed while importing_ Socket: parameter error
as shown in the following figure:

found many places without solutions

Finally, only the pyinstaller is reduced to 3.6, and the python version is also reduced to 3.6.8

Everything is normal after re-conversion!

Read More: