I had a similar error, and the reason was because I mistakenly installed both pysnmp and pysnmplib which are both forks of the same repo etingof/pysnmp, so to fix this I did pip3 uninstall pysnmplib.
pysnmp
pysnmplib
pip3 uninstall pysnmplib