You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I try to import the BCC library from python, I get module not found error. I am using a virtual environment created by anaconda. Do I need to install additional libraries for python binding?
Traceback (most recent call last):
File "bpf_ts_1.py", line 9, in
from bcc import BPF
ModuleNotFoundError: No module named 'bcc'
The text was updated successfully, but these errors were encountered:
I am using Ubuntu 24.04.1 and I have installed the bcc library using the following command as mentioned in the documentation.
But when I try to import the BCC library from python, I get module not found error. I am using a virtual environment created by anaconda. Do I need to install additional libraries for python binding?
Traceback (most recent call last):
File "bpf_ts_1.py", line 9, in
from bcc import BPF
ModuleNotFoundError: No module named 'bcc'
The text was updated successfully, but these errors were encountered: