from pysnmp.hlapi import * ImportError: No module named hlapi

Munawar Hussian picture Munawar Hussian · Dec 23, 2015 · Viewed 7.8k times · Source

I install the package and it dependencies module in ubuntu 15.10 but still it show error of

from pysnmp.hlapi import * ImportError: No module named hlapi

I try to install it sudo setup.py install and pip install pysnmp

But still its not working

Please help me to get it complete

Answer

Edik Mkoyan picture Edik Mkoyan · Feb 8, 2016
apt-get install python-pip
pip install -U pysnmp