p1ay8y3ar/idaBingGPTPlugin

DLL load failed while importing sip

Opened this issue · 0 comments

I have installed PyQt5 and QtWidgets, even copied them to the IDA folder itself as a test but still getting this error
Any tips on what I'm doing wrong as I have followed the instructions on a fresh copy of IDA
I'm using IDA pro 7.6

  • David
C:\Tools\IDA Pro\plugins\idaBingGPTPlugin.py: DLL load failed while importing sip: The specified module could not be found.
Traceback (most recent call last):
  File "C:\Tools\IDA Pro\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript
    exec(code, g)
  File "C:/Tools/IDA Pro/plugins/idaBingGPTPlugin.py", line 15, in <module>
    from PyQt5.QtWidgets import QDialog, QHBoxLayout, QVBoxLayout, QLabel, QTextEdit, QPushButton
ImportError: DLL load failed while importing sip: The specified module could not be found.