-
Notifications
You must be signed in to change notification settings - Fork 130
Installation error #30
Comments
Yes actually - I fixed this while getting the python 3 port ready a few weeks ago. It’ll merge in another few weeks when all of angr migrates, but in the meantime it’s on the |
I tried python3 too
|
As I said before: you need to use the |
I see, I missed the py3k branch part. I didn't see any branch other than master in |
...I'm sorry, I forgot entirely which repository this issue was on. Here's a better explanation of your problem. The issue isn't with shellphish-afl: that error message is from trying to build qemu, specifically the shellphish-qemu package, since shellphish-afl lists shellphish-qemu as a dependency. I fixed that, and it's present on the master branch of the shellphish-qemu repository, but I didn't put it up on pypi so when pip tried to resolve the dependency automatically it got the wrong version. I've fixed this. Your command from the first post should work fine, or you can use this wheel. @zardus can you please give me access to the shellphish_afl package on pip so I can upload the wheel |
I got this when I tried
pip install git+https://github.com/shellphish/shellphish-afl
Anything that can be done from my side for this?
The text was updated successfully, but these errors were encountered: