Skip to content
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 procedures #5

Closed
ikhwan12 opened this issue Aug 7, 2017 · 2 comments
Closed

No module named procedures #5

ikhwan12 opened this issue Aug 7, 2017 · 2 comments

Comments

@ikhwan12
Copy link

ikhwan12 commented Aug 7, 2017

Hi, I am trying your new architecture (angr-bf). I wanna feel new experience.
Unfortunately, I got an error like this :

Traceback (most recent call last):
File "findflagsolver.py", line 5, in
from angr_bf import arch_bf, load_bf, simos_bf
File "/home/f000/.virtualenvs/aegg/local/lib/python2.7/site-packages/angr_bf/simos_bf.py", line 2, in
from angr.procedures import SIM_PROCEDURES as P, SIM_LIBRARIES as L
ImportError: No module named procedures

There is no module named procedures. I even have updated angr to the newest version.
I don't know how to solve it. Can you explain to me how to fix this ?
Thank you.

@rhelmot
Copy link
Member

rhelmot commented Aug 7, 2017

Hello! angr is currently going through a big refactor that will culminate in a major version release. this version of the repository has been updated with the new APIs, and is as such incompatible with the version of angr currently on pip. If you want to get this working you should either install angr via the angr-dev Github repository (just a setup script to pull all the repositories from Github basically) or check out an older version of this repo from before the refactor began.

@ikhwan12
Copy link
Author

ikhwan12 commented Aug 7, 2017

Ow, I see. Ok, I will try it. Thank you for your answer. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants