Hello friends, I have a problem that is very rare and maybe it has happened to someone. I've looked through the forums but I don't see anything that provides a solution
I describe:
IDE environment: Latest version of Arduino IDE 1.8.5
ESP32 version: Latest version 2.0.3
Selected board: Esp32 dev module (it does not matter which one you select, the error is given)
Operating System: WIN7 64Bit, Freshly installed. cleansed.
Program to compile: Empty, Setup and Loop blocks only
Compilation error:
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.8.10\x64\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 12, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "multiprocessing\__init__.py", line 16, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "multiprocessing\context.py", line 6, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "multiprocessing\reduction.py", line 16, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "socket.py", line 49, in <module>
ImportError: DLL load failed while importing _socket: The parameter is not correct.
[1532] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception! exit status 1
Error compiling for ESP32 Dev Module card.
That is.
If anyone has an idea..
Thanks for the help.
Fran