-
Notifications
You must be signed in to change notification settings - Fork 310
Update to Python 3 #411
Comments
The master branch Oyente can run under Python 3 without issue. Although you can see Python 2 syntax, but they are translated when running under Python 3. Can you paste the exact installation steps and error message you saw? I recommend you to build a docker image that is the easiest way to get Oyente working. |
@yxliang01 I've also encountered this error. When I
|
The version on Pypi (installed by pip) is very outdated. You should install from this GitHub Repo and it has been working fine for me and my team members. |
I hava the same problem,how can I solve it |
I can't install web3 by using python2, but the other dependencies need python2 rather than python3. What should I do? |
@yxliang01 When installing from this Repo under python 3.7, the installation works fine, but running oyente shows the following error:
|
The bottleneck is z3 dependence on python2, |
I noticed while trying to install oyente that it only seems to work for Python 2 which has been deprecated for a few years. Would it be possible to update the code for oyente to work in a Python 3 environment?
The text was updated successfully, but these errors were encountered: