Skip to content

Commit

Permalink
Updated the FAQ with the error produced if python[2-3]-bcc isn't inst…
Browse files Browse the repository at this point in the history
…alled.
  • Loading branch information
Matty9191 committed Feb 5, 2018
1 parent b334f11 commit 49ed9b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FAQ.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 49ed9b2

Please sign in to comment.