-
Notifications
You must be signed in to change notification settings - Fork 157
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
ImportError: cannot import name 'KeepAliveRPCProvider' from 'web3' (/usr/local/lib/python3.7/site-packages/web3/__init__.py) #26
Comments
I am also getting same error, any help would be appreciated. |
the best luck i have had is using a docker container that had MAIAN on it https://hub.docker.com/r/cryptomental/maian-augur-ci do a docker pull docker pull cryptomental/maian-augur-ci get that bad boy running and drop into a bash shell using it and under tools You can get to maian |
@devcoinfet I ran this command after pulling them out |
all I can suggest is to go to docker directly grab cryptomental maian tool and just docker run it MAIAN etc and it will work if you would like I can help you install it I wouldn't mind helping if You have an issue |
Tks for that, but I've already pulled them onto my local machine, how can I fire it up? The above command line I mentioned didn't work. |
run the following commands on a fresh kali vps I am using onehostcloud.hosting They offer 16 dollar a month vps with kali linux and they work great. 1.)curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - 3.)apt-get update 4.)apt-get remove docker docker-engine docker.io 5.)apt-get install docker-ce now test that all that went ok, use the exact command below docker run hello-world output of above command should look as follows docker run hello-world Hello from Docker! To generate this message, Docker took the following steps:
To try something more ambitious, you can run an Ubuntu container with: Share images, automate workflows, and more with a free Docker ID: For more examples and ideas, visit:
|
|
no problem this took me a few weeks before to get right I actually just learned docker I figured as much but posted that mostly for myself when i need help again or others I was assuming You had gotten that far per your comments glad I could help sorry I took so long Long day at work |
Really appreciate it man!. Seems MAIAN no longer be developed. A year since already! |
Hi @devcoinfet, sboxes@osboxes:~$ sudo su |
Hi @devcoinfet, [ ] Compiling Solidity contract from the file test.sol ... [-] Contract file test.sol does NOT exist Please guide me: |
Try the fork at https://github.com/smartbugs/MAIAN, which updates Maian to current versions of Python3, web3 and z3. |
What you need to do is copy the contract into the MAIAN container. Use this code in your terminal to copy your contract into your container. |
Alternatively, you might want to try Smartbugs, a framework for executing analysis tools on contracts. Among the supported tools, there is also Maian. |
I failed to run MAIAN on both Mac and Ubuntu with an error message in the title.
Is there anyone who resolved the similar issue?
The answers in #16 are unclear to me.
The text was updated successfully, but these errors were encountered: