etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
576 stars 196 forks source link

Pysnmp #456

Open lazarchris opened 7 months ago

lazarchris commented 7 months ago

I followed your instructions but why I got this error.

ModuleNotFoundError: No module named 'pysnmp.hlapi'; 'pysnmp' is not a package. I am using python version 3.8

lextm commented 7 months ago

You might refer to #429 to learn what exactly is the latest instructions you might follow.

The error itself indicates that you didn't install pysnmp (or a fork) from PyPI properly. You can run pip list to confirm that.