Just a quick note that pysnmp does not depend on libsmi anymore. It relies on pure-Python [MIB parser](https://github.com/etingof/pysmi) which pysnmp calls behind the scenes. That should work with any modern pysnmp, without any code modification on snmpy side.
Just a quick note that pysnmp does not depend on libsmi anymore. It relies on pure-Python MIB parser which pysnmp calls behind the scenes.
That should work with any modern pysnmp, without any code modification on snmpy side.