Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Windows 上使用 PySNMP,但是当我尝试导入 cmdgen 时,我看到以下错误:
from pysnmp.entity.rfc3413.oneliner import cmdgen ImportError: No module named pyasn1.compat.octets
我该如何解决这个错误,我也没有碰过init .py
谢谢
确保您的系统上还安装了最新的 pyasn1 包,与安装 pysnmp 的 Python 版本相同。
我遇到了同样的错误。
我将此链接中的库复制到下载的项目目录中并更正了错误
这个链接:
https://pypi.python.org/pypi/pyasn1/