Error on Kernel Error - ImportError: DLL load failed while importing win32api : The specified procedure could not be found. #208
Replies: 2 comments 1 reply
-
Oh no... It looks like the dynamic library got changed... Have you checked if the python is still functional at all? The step is basically doing pip install and can you install other packages at all? I personally recommend the official python package https://www.python.org/. That would be worth a try as it seems to be more stable on my machine. |
Beta Was this translation helpful? Give feedback.
-
Hey, I have converted yolov8 and yolo11 to openvino IR and I have been using it in my project with the device as both CPU /GPU (I'm using DELL Latitude 7490)
I have switched to iGPU recently as the inference time of my model got reduced from 65ms to 22ms and the inference is fine with no lag, but the issue is I'm getting this kernal.error.txt saying: Instruction / Operand / Region Errors: /-------------------------------------------!!!KERNEL HEADER ERRORS FOUND!!!------------------------------------------- /-------------------------------------------!!!KERNEL HEADER ERRORS FOUND!!!------------------------------------------- help me understand and resolve it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question about the installation. 2 weeks ago I managed to install the openvino, but today when I reinstall it, I encountered a problem.
The screenshot below shows that the check_install.py is done successfully.

However, when I run the jupyter notebook, the error is on kernel dead.


I changed the kernel but it is still kernel error.
Additionally, I keep seeing these errors when I run Step 3 (pip install -r requirements.txt):

Please kindly advise. thanks!
Beta Was this translation helpful? Give feedback.
All reactions