i try to install scrooge-mcetherface, but still got error, agree this tools very old but i try to install latest version , Mythril version v0.23.10, python3 version 3.9.14, also i installed
sudo apt-get install python-pip libssl-dev python3-dev python3-pip
also i submit in config.ini file rpc = https://mainnet.infura.io/v3/***********
and sender = ,,myaddress''
how i can solve this problem?
File "/home/vip72/venv/lib/python3.9/site-packages/mythril/mythril/mythril_config.py", line 156, in set_api_rpc
host, port = rpc.split(":")
ValueError: not enough values to unpack (expected 2, got 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/vip72/scrooge-mcetherface/./scrooge", line 64, in <module>
conf.set_api_rpc(rpchost, rpctls)
File "/home/vip72/venv/lib/python3.9/site-packages/mythril/mythril/mythril_config.py", line 159, in set_api_rpc
raise CriticalError(
mythril.exceptions.CriticalError: Invalid RPC argument, use 'ganache', 'infura-[network]' or 'HOST:PORT' ```