etingof / pysnmp

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

pysnmp import issue: asyncore #459

Open mjhauser11 opened 1 month ago

mjhauser11 commented 1 month ago

Good Morning, Afternoon and Evening,

I am a very novice coder attempting to utilize pysnmp to model an existing system request for a Profinet attribute or ethernet/ip attribute. I could your/all help in resolving in import issue unresolved by ignoring the statement for asyncore, which seems not to exist.

Thank you, Matt

mjhauser11 commented 1 month ago

https://github.com/simonrob/pyasyncore

this issue was resolved with an update provided above, thanks simonrob!

lextm commented 1 month ago

@mjhauser11 That can be a terrible option to go, as you rely on out-of-maintenance bits.

PySNMP can run pyasncore free, if you read #429