-
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
Maian python3.6 version 1 #24
base: master
Are you sure you want to change the base?
Conversation
tks a lot, solved my problem, hope my version list would help others pip3 list: |
Thanks @Ashgeek , your patches also fixed it for me.
|
@Ashgeek @thomasking1990 @gsalzer I have installed all of the dependencies and now I am unsure how to install MAIAN itself. I searched everywhere but found no luck. What should I do? |
U do not need to install MAIAN, MAIAN is just a collection of python files, just clone it on your hard disk and execute shell command: cd tool && sh run_examples, or u can read the tool/run_examples first |
@thomasking1990 Thank you! That helped me out significantly. Everything is working fine now, except for the compiler. I'm currently in the process of scanning a contract on Solidity v0.3.2 and I'm wondering, how I can install older Solidity versions and use it with MAIAN? |
Likely a dead comment thread here but, the patch works the best of any of the code I've seen. The only issue I seem to be running into now is that the code gets stuck during the initial phase of [] Connecting to PRIVATE blockchain emptychain. |
No description provided.