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
After install python3-bpfcc and libbpfcc, the script python3 -c "from bcc import BPF; print('BCC installed successfully')" is OK.
But if you use conda environment, it will output error with No module named 'bcc'.
What is the way to install python3-bpfcc into a conda environment.
The text was updated successfully, but these errors were encountered:
After install
python3-bpfcc
andlibbpfcc
, the scriptpython3 -c "from bcc import BPF; print('BCC installed successfully')"
is OK.But if you use
conda
environment, it will output error withNo module named 'bcc'
.What is the way to install
python3-bpfcc
into a conda environment.The text was updated successfully, but these errors were encountered: