-1

i try to install scrooge-mcetherface, but i got more error, i also install latest mythril version and all require file but when i runing main directory ./scrooge (address) i got error

  File "/home/vip72/scrooge-mcetherface/./scrooge", line 7, in <module>
    from scmf.raid import Raid
  File "/home/vip72/scrooge-mcetherface/scmf/raid.py", line 3, in <module>
    from .helper import W3
  File "/home/vip72/scrooge-mcetherface/scmf/helper.py", line 2, in <module>
    from web3.utils.empty import empty
ModuleNotFoundError: No module named 'web3.utils'   ```
  • Install these and check if works. sudo apt-get install python-dev sudo apt-get install python3-dev sudo apt-get install libevent-dev – Praveen Gowda Oct 10 '22 at 12:22
  • i am using virtual environment, can i install these package without removing the virtual environment? also python-dev not found, maybe u meant python3-dev right? – user19836502 Oct 10 '22 at 12:33
  • yes please you can run apt-get install python3-dev -y – Praveen Gowda Oct 10 '22 at 12:51
  • `Traceback (most recent call last): File "/home/vip72/scrooge-mcetherface/./scrooge", line 7, in from scmf.raid import Raid File "/home/vip72/scrooge-mcetherface/scmf/raid.py", line 3, in from .helper import W3 File "/home/vip72/scrooge-mcetherface/scmf/helper.py", line 2, in from web3.utils.empty import empty ModuleNotFoundError: No module named 'web3.utils'` – user19836502 Oct 10 '22 at 12:56
  • again got error, not change anything – user19836502 Oct 10 '22 at 12:57
  • you using scrooge-mcetherface? pls telegram write me @joincentric – user19836502 Oct 10 '22 at 12:58

1 Answers1

0

Edited : if you have pip installed install web3 from pip . pip install web3.

I will ping you through telegram after few hours

Praveen Gowda
  • 156
  • 1
  • 5