This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author 89z
Recipients 89z, eric.smith, eryksun
Date 2022-01-07.01:06:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641517594.34.0.570965015252.issue46276@roundup.psfhosted.org>
In-reply-to
Content
Looks like the issue is not specific to that one package:

Traceback (most recent call last):
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 17, in
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing_init_.py", line 16, in
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing\context.py", line 6, in
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing\reduction.py", line 16, in
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "socket.py", line 49, in
ImportError: DLL load failed while importing _socket: El parámetro no es correcto.
[8464] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception!
History
Date User Action Args
2022-01-07 01:06:3489zsetrecipients: + 89z, eric.smith, eryksun
2022-01-07 01:06:3489zsetmessageid: <1641517594.34.0.570965015252.issue46276@roundup.psfhosted.org>
2022-01-07 01:06:3489zlinkissue46276 messages
2022-01-07 01:06:3489zcreate