-
Notifications
You must be signed in to change notification settings - Fork 982
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
[Bug-Candidate]: #1746
Comments
I replied to your issue here #1747.
|
I have this same problem with python 3.9 and 3.10 too.
web3 installation passes
Still prompting that web3 is missing. Update |
closed by #1743 |
Describe the issue:
Tried every way I can find to install slither -- currently using the second option on the dev install page however in any case if I try to use read storage I am told to install web3 - I have done that several times - uninstalled - reinstalled - completely ripped out all python and reinstalled tried everything again and no matter what I do I cannot get slither to recognize my web3 install. If I run pip list - it's there.
(slither-dev) iMac:slither sovryn73$ slither-read-storage bsc:0xa1faa113cbE53436Df28FF0aEe54275c13B40975 --json storage_layout.json --rpc-url https://bsc-mainnet-rpc.allthatnode.com
ERROR: in order to use slither-read-storage, you need to install web3
$ pip3 install web3 --user
Code example to reproduce the issue:
(slither-dev) iMac:slither sovryn73$ slither-read-storage bsc:0xa1faa113cbE53436Df28FF0aEe54275c13B40975 --json storage_layout.json --rpc-url https://bsc-mainnet-rpc.allthatnode.com
ERROR: in order to use slither-read-storage, you need to install web3
$ pip3 install web3 --user
Version:
0.9.2
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: