Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Python plugin 'ethersplay' could not be loaded #61

Description

@ACaiSec

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions