DependableSystemsLab / LLFI

LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injected into specific program points, and the effect can be easily tracked back to the source code. Please refer to the paper below. NOTE: If you publish a paper using LLFI, please add it to PaperLLFI.bib
http://blogs.ubc.ca/karthik/2014/02/23/quantifying-the-accuracy-of-high-level-fault-injection-techniques/
Other
66 stars 36 forks source link

Python YAML Module Error #107

Closed HamzaOmar closed 7 years ago

HamzaOmar commented 7 years ago

Hi,

I am trying to install LLFi on my system via auto-installer but it keeps on giving me the error "ERROR: You need to install Python Yaml module before building LLFI." I tried installing the module of YAML on my own as well but still it gives me the error. Can you kindly help me out with this.

Thanks.

abrahamchan commented 7 years ago

Hi Hamza,

Can you please check if your Python Yaml module is installed for Python 3 rather than Python 2, which is usually bundled with your Linux distribution?