-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'mythril.ether' #173
Comments
You can safely ignore "Symbolic Execution not available' warning. Symbolic execution is not used by ethereum-etl. This warning is output by a dependency library used in ethereum-etl https://github.com/tintinweb/ethereum-dasm/blob/master/ethereum_dasm/evmdasm.py. |
@medvedev1088 Thanks for helping. But with this error, I can't export the geth trace in the json file. And I check in the terminal, there exists a geth.ipc in the above address. Could you please help me look into it? Thanks! |
Try using |
@medvedev1088 Thanks! It works! Originally I thought this uri is for linux. And I searched the uri ops MacOS and changed it. It works with the uri you provided. Thanks so much for the help! |
on MacOS, When I run: ethereumetl export_geth_traces --start-block 2380000 --end-block 2380100 --provider-uri ~/Library/Ethereum/geth.ipc --batch-size 100 --output geth_traces.json
environment:
python: Python 3.7.3
ethereum-etl:1.3.0
eth-abi: 1.3.0
mythril:0.20.5
There is also another problem with the environment:
Looking for help, thanks!
The text was updated successfully, but these errors were encountered: