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
System: Windows 10
I try to install ethersplay in Plugin Manager and manual way, but neither works. The error information as follow:
Traceback (most recent call last):
File "D:\BinaryNinja\BinaryNinja\plugins\python\ethersplay\__init__.py", line 4, in <module>
from .evm import EVM, EVMView
File "D:\BinaryNinja\BinaryNinja\plugins\python\ethersplay\evm.py", line 9, in <module>
from interval3 import Interval, IntervalSet
ModuleNotFoundError: No module named 'interval3'
Python plugin 'ethersplay' could not be loaded
Unable to find plugin crytic_ethersplay
And the interval3 has been installed.
C:\Users\xx>pip install interval3
Requirement already satisfied: interval3 in d:\anaconda\lib\site-packages (2.0.0)
Python version is 3.8.3.
C:\Users\xx>python --version
Python 3.8.3
I am a novice, please advise. Thanks a lot.
The text was updated successfully, but these errors were encountered:
ACaiSec
changed the title
Whether this plugin not support Windows system?
Python plugin 'ethersplay' could not be loaded
Nov 11, 2022
I was able to reproduce this, but I'm on macOS. The directions should be similar, so you'll need to add the directory where Binary Ninja installed the Python dependencies to the Settings for "Python Virtual Environment Site-Packages".
Watch for the following output in the Log window when installing this plugin from the plugin manager:
Note the --target argument and the path where the dependencies are installed
System: Windows 10
I try to install ethersplay in Plugin Manager and manual way, but neither works. The error information as follow:
And the
interval3
has been installed.Python version is
3.8.3
.I am a novice, please advise. Thanks a lot.
The text was updated successfully, but these errors were encountered: