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
Slither fails with AttributeError when the evm printer is used.
Additional: Running evm printer requires evm-cfg-builder. evm-cfg-builder is not listed as a dependency in setup.py. Maybe we can include it as a dependency or as an optional "printer" dependency.
Describe the issue:
Slither fails with AttributeError when the
evm
printer is used.Additional: Running
evm
printer requiresevm-cfg-builder
.evm-cfg-builder
is not listed as a dependency in setup.py. Maybe we can include it as a dependency or as an optional "printer" dependency.Code example to reproduce the issue:
Version:
0.9.2
Relevant log output:
The text was updated successfully, but these errors were encountered: