Closed myasn1k closed 2 years ago
Hey @myasn1k,
Thank you for reaching out! This is an issue with my end having to deal with dependency and build hell for a project like this.
I've updated the README for the time such that the manual build method is used as a priority rather than pip install
ing it. Feel free to git clone with all the submodules and do a local installation from there. Will try to push out a better build strategy when I have the time to.
Thanks!
Thanks a lot for your help @ex0dus-0x!
Unfortunately I was already doing what you suggest.
Anyhow I managed to solve the problem! I thought that the folder missing (third_party
) was managed by pip
or poetry
but it actually isn't; the folder is in the project folder instead. Copying it to ~/.local/lib/python3.10/site-packages/
solves the problem.
As i said before I'm a noob so i don't know if this step is standard, if it isn't it would be great if you could add this to the README.
Thanks again for your help!
Hi, sorry bothering you, Running fuzzable on any c file/project produces to me this error:
Maybe it's just that I'm noob and I'm messing somethig.. I hope not to waste your time. I installed fuzzable as defined in the README (using
pip install .
in the cloned project folder); I also tried with a virtualenv but nothing changes except as expected the path of libraries used. I'm running arch linux (fully update) and the latest python version.Thanks a lot for your help and patience!