pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

pip package missing v1arch and others

Open kierank opened this issue 2 years ago • 2 comments

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.

kierank avatar May 24 '22 16:05 kierank

Hello,

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

How can i manage that ? Thanks :)

simcmoi avatar Jun 09 '22 20:06 simcmoi

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.

lextm avatar Jan 19 '23 17:01 lextm