The patch from https://github.com/lextudio/pysnmp/pull/94 has fixed it for me.
It won't work straight away, so I adapted it to the python-pysnmp4 4.4.12-2 package version (see in the attachment): 1. patch -p1 -d /usr/lib/python3/dist-packages/pysnmp < fix.patch 2. Looks like there is a new dependecy to this code now, so you need to install it: apt install python3-pyasyncore Then it worked for me. ** Patch added: "fix.patch" https://bugs.launchpad.net/ubuntu/+source/python-pysnmp4/+bug/2080995/+attachment/5824410/+files/fix.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2080995 Title: Warnings on installation and traceback when run To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pysnmp4/+bug/2080995/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
