Traceback (most recent call last):
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py",
line 17, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing__init__.py", line 16, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing\context.py", line 6, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing\reduction.py", line 16, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "socket.py", line 49, in <module>
ImportError: DLL load failed while importing _socket: The parameter is incorrect
. [5524] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled excep
tion!</module></module></module></module></module>
thank you. I already have installed Visual C++ 2015 .. and it still doesn't work.
I open yt-dlp.exe because the problem is in it.
I have solved the by installing UpdatePack7R2-20.3.12 for windows 7. and ayc works now
Thank you very very much. for answering me.
and forgive me for my bad English.
👍
1
Last edit: adam mostafa 2021-11-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Traceback (most recent call last):
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py",
line 17, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing__init__.py", line 16, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing\context.py", line 6, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing\reduction.py", line 16, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "socket.py", line 49, in <module>
ImportError: DLL load failed while importing _socket: The parameter is incorrect
.
[5524] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled excep
tion!</module></module></module></module></module>
Hi,
You need to open AYClient.bat. Not yt-dlp.exe
yt-dlp.exe is the command line downloader ayc uses.
EDIT:
Your Windows install is missing some dependencies needed for python.
Install Visual C++ 2015 (13MB) from here https://www.microsoft.com/en-us/download/details.aspx?id=48145
Last edit: Adithya Sekhar 2021-11-02
thank you. I already have installed Visual C++ 2015 .. and it still doesn't work.
I open yt-dlp.exe because the problem is in it.
I have solved the by installing UpdatePack7R2-20.3.12 for windows 7. and ayc works now
Thank you very very much. for answering me.
and forgive me for my bad English.
Last edit: adam mostafa 2021-11-02
Glad you fixed it and thank you for sharing your solution. :)