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

angr install not working on 3.7 because of z3-solver issue #398

Open
whyitfor opened this issue Dec 21, 2023 · 0 comments
Open

angr install not working on 3.7 because of z3-solver issue #398

whyitfor opened this issue Dec 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@whyitfor
Copy link
Contributor

What is the problem? (Here is where you provide a complete Traceback.)
With z3-solver 4.12.3.0, (see Z3Prover/z3#7041) z3-solver does not list importlib-resources as a dependency.

A fix appears to be in the works; 4.12.4.0 does not seem to fix it. There is a release, 4.12.5.0, which is not released to pypi yet (see https://github.com/Z3Prover/z3/blob/master/RELEASE_NOTES.md).

Please provide some information about your environment.
This is only relevant for <3.9, apparently.

If you've discovered it, what is the root cause of the problem?
See above.

How often does the issue happen?
All the time.

What are the steps to reproduce the issue?
Running the ofrak-angr tests triggers this.

How would you implement this fix?
Ideally this is fixed in z3-solver....; shorterm, either have users install importlib-resources manually, or potentially pin z3-solver.

Are you interested in implementing it yourself?
Maybe.

@whyitfor whyitfor added the bug Something isn't working label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant