ImportError: No module named bcc
Open
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
Hi, I'm currently trying to install bcc and failing miserably.
I'm using Ubuntu 20.04.06 abd my llvm version is 10.0.0(Eventhough when use cmake ../cmake -DPYTHON_CMD=python3 in bcc/build it tells me tthat my LLVM is 6(Found LLVM: usr/lib/llvm-6.0/include 6.0.1
I've tried to install release 0.24.0 to build bcc, it actually built, but when I'm trying to run ./execsnoop.py it returns the error:
```
$ ./execsnoop.py
Traceback (mosr recent call last):
File "./execsnoop.py", line 23, in
from bcc import BPF
ImportError: No module named bcc
```
Anyone knows what is going on?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.