You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi bro!
I have try, to install plugin in IDA 7.5 with Python 3.10 but i receive error with log: C:\Program Files\IDA 7.0\plugins\SyncPlugin.py: DLL load failed while importing sip: The specified module could not be found. Traceback (most recent call last): File "C:\Program Files\IDA 7.0\python\3\ida_idaapi.py", line 615, in IDAPython_ExecScript exec(code, g) File "C:/Program Files/IDA 7.0/plugins/SyncPlugin.py", line 42, in <module> from PyQt5 import QtCore, QtWidgets ImportError: DLL load failed while importing sip: The specified module could not be found.
I try to install PyQt5 with PIP, set up environment path for Python, setup "Python3TargetDLL" in regedit but no work.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi bro!
I have try, to install plugin in IDA 7.5 with Python 3.10 but i receive error with log:
C:\Program Files\IDA 7.0\plugins\SyncPlugin.py: DLL load failed while importing sip: The specified module could not be found. Traceback (most recent call last): File "C:\Program Files\IDA 7.0\python\3\ida_idaapi.py", line 615, in IDAPython_ExecScript exec(code, g) File "C:/Program Files/IDA 7.0/plugins/SyncPlugin.py", line 42, in <module> from PyQt5 import QtCore, QtWidgets ImportError: DLL load failed while importing sip: The specified module could not be found.
I try to install PyQt5 with PIP, set up environment path for Python, setup "Python3TargetDLL" in regedit but no work.
Thanks for your help!
The text was updated successfully, but these errors were encountered: