ivicanikolicsg / MAIAN

MAIAN: automatic tool for finding trace vulnerabilities in Ethereum smart contracts
MIT License
556 stars 157 forks source link

can anyone help me with web3 issue #35

Open balasid1404 opened 3 years ago

balasid1404 commented 3 years ago

root@kali:~/MAIAN/tool# python maian.py -h Traceback (most recent call last): File "maian.py", line 24, in from web3 import Web3, KeepAliveRPCProvider, IPCProvider ImportError: No module named web3

cryptopapi997 commented 3 years ago

Try pip install web3==3.16.5

gsalzer commented 2 years ago

Try the fork https://github.com/smartbugs/MAIAN , which updated Maian to Python3/web3/z3 as of Dec. 2021