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)
System: Windows 10
I try to install ethersplay in Plugin Manager and manual way, but neither works. The error information as follow:
And the
interval3has been installed.Python version is
3.8.3.I am a novice, please advise. Thanks a lot.