etingof / pysnmp

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

pip package missing v1arch and others #421

Open kierank opened 2 years ago

kierank commented 2 years ago

If you look at https://files.pythonhosted.org/packages/4e/75/72f64c451bf5884715f84f8217b69b4025da0b67628d611cd14a5b7db217/pysnmp-4.4.12.tar.gz

You don't get any hlapi.v1arch and others.

simcmoi commented 2 years ago

Hello,

Same error, Import "pysnmp.hlapi.v3arch.asyncore" could not be resolved

How can i manage that ? Thanks :)

lextm commented 1 year ago

https://github.com/etingof/pysnmp/tree/release-4.4.12/pysnmp/hlapi

That's because in 4.4.12, the folder structure was flattened. You should use pysnmp.hlapi.asyncore directly.