etingof / pysnmp

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

Python3.5 not working #354

Closed vgermain99 closed 4 years ago

vgermain99 commented 4 years ago

Hi,sorry i am new to programming I installed successfully pysnmp using pip install (4.4.12) but when using python2.7 i am able to import pysnmp.hlapi but not when using python 3.5 ... Do you have some recommendation ?

vgermain99 commented 4 years ago

Ok so i need pip3 to make it work with python version 3 Thanks!