只使用pip安装snmp-cmds>=1.0后提示:
ImportError: Net-SNMP does not appear to be installed on this system, or the Net-SNMP commands are not on your PATH
这是因为调试代码的机器上没有安装net-snmp-utils,
CentOS 7的安装方式如下:
yum install net-snmp-utils -y
乌班图可以尝试:
Net-SNMP (can be installed with sudo apt-get install snmp on Ubuntu)
IETF RFC MIBs (can be installed with sudo apt-get install snmp-mibs-downloader on Ubuntu)
以下是解决办法:
如果确认过自己的net-snmp已经安装无误且配置了系统变量的话,那么检查一下自己的pycharm版本是专业版还是社区版。社区版就算安装成功了也会报这个错误,必须是专业版才能用。
所以啊,开发还是要用专业版,不要偷懒想着社区版也能用,万一碰到某些社区版没有的功能哭都来不及。