Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load plugin due to PySide6 #5

Open
mubix opened this issue Nov 10, 2021 · 3 comments
Open

Failed to load plugin due to PySide6 #5

mubix opened this issue Nov 10, 2021 · 3 comments
Labels

Comments

@mubix
Copy link

mubix commented Nov 10, 2021

  File "C:\Users\user\AppData\Roaming\Binary Ninja\plugins\binja_explain_instruction\__init__.py", line 3, in <module>
    from PySide6.QtGui import QImage
ModuleNotFoundError: No module named 'PySide6'
Python plugin 'binja_explain_instruction' could not be loaded
@mubix mubix added the bug label Nov 10, 2021
@galenbwill
Copy link

This does not happen to me. @mubix are you sure you have PySide6 installed in the python that Binary Ninja is using?

@mubix
Copy link
Author

mubix commented Aug 31, 2022

@galenbwill ya sorry I didn't add more of an explanation to the original issue text. I did install PySide6 and was able to get it to work. I was simply stating that no where in the README.md or plugin.json does it state any dependencies - https://github.com/ehennenfent/binja_explain_instruction/blob/master/plugin.json#L13

@galenbwill
Copy link

PySide6 is a standard dependency of any and all Binary Ninja python-based UI plugins, so I wouldn't expect it to be in the plugin.json for any plugin.

Did you install via the Plugin Manager in Binary NInja?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants