Commit 3613ff82 authored by yonghong-song's avatar yonghong-song Committed by GitHub

Merge pull request #1575 from Matty9191/master

Updated the FAQ with the error produced if python[2-3]-bcc isn't inst…
parents c0580859 49ed9b2a
......@@ -38,3 +38,10 @@ A: You need to obtain a recent version of the Linux source code
Q: hello_world.py fails with:
ImportError: No module named past.builtins
A: sudo pip install future
Q: Running one of the bcc tools produces an import error:
Traceback (most recent call last):
File "./execsnoop", line 20, in <module>
from bcc import BPF
ImportError: No module named bcc
A: Make sure the python bcc bindings package (python2-bcc) is installed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment