作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试运行示例 hello_world.py
时出现以下错误。
Traceback (most recent call last):
File "/usr/share/bcc/examples/hello_world.py", line 9, in <module>
from bcc import BPF
ImportError: cannot import name BPF
我从源代码 ( link ) 安装了 bcc。我还安装了 python bcc 绑定(bind)包 python-bcc
和 python3-bcc
但没有成功。
我正在运行 Ubuntu 18.04 和内核版本 4.15.0-117-generic。
我在这里错过了什么?
最佳答案
在ubuntu 20.04中,我执行以下命令修复它。
sudo apt-get install bpfcc-tools linux-headers-$(uname -r)
关于bpf - 密件抄送 : ImportError cannot import name BPF,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64046700/
我是一名优秀的程序员,十分优秀!