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

Unable to import angr after successful installation in MAC #33

Closed
H4rryp0tt3r opened this issue Mar 16, 2016 · 2 comments
Closed

Unable to import angr after successful installation in MAC #33

H4rryp0tt3r opened this issue Mar 16, 2016 · 2 comments

Comments

@H4rryp0tt3r
Copy link

I installed angr framework with pip install angr

And when I tried importing angr, it gives me below error. Is there anything I'm missing?

import angr
Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/angr/init.py", line 7, in
from .project import *
File "/Library/Python/2.7/site-packages/angr/project.py", line 11, in
import simuvex
File "/Library/Python/2.7/site-packages/simuvex/init.py", line 9, in
from .s_state import SimState
File "/Library/Python/2.7/site-packages/simuvex/s_state.py", line 11, in
import claripy
File "/Library/Python/2.7/site-packages/claripy/init.py", line 17, in
from . import backends as _backends_module
File "/Library/Python/2.7/site-packages/claripy/backends/init.py", line 1, in
from .backend_z3 import BackendZ3
File "/Library/Python/2.7/site-packages/claripy/backends/backend_z3.py", line 45, in
raise ClaripyZ3Error("Unable to find %s", z3_library_file)
claripy.errors.ClaripyZ3Error: ('Unable to find %s', 'libz3.dylib')

@zardus
Copy link
Member

zardus commented Mar 16, 2016

MacOS... We're gonna have to wait for some pro with MacOS to come along :-)

@ltfish
Copy link
Member

ltfish commented Mar 19, 2016

Should be resolved by angr/claripy#4 . Please reopen this issue if it's not working for you.

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

3 participants