Open balasid1404 opened 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
Try pip install web3==3.16.5
pip install web3==3.16.5
Try the fork https://github.com/smartbugs/MAIAN , which updated Maian to Python3/web3/z3 as of Dec. 2021
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