Re: [pysnmp-users] AttributeError: RowStatus instance has no attribute 'hasValue'
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2015-11-17 14:13:34
|
Please, also upgrade your pyasn1 package to the latest pip version. > On 17 Nov 2015, at 15:11, Wei Wang <ww...@9r...> wrote: > > Just did. No luck - See messages below - This test code works with PySNMP 4.2.2 and 4.2.5. <http://4.2.5./>: > > Exception raised: > Traceback (most recent call last): > > File "/tmp/pip_build_root/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 588, in setValue > File "/tmp/pip_build_root/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 284, in setValue > AttributeError: RowStatus instance has no attribute 'hasValue' > ********************************************************************** > > On Fri, Nov 13, 2015 at 3:30 PM, Ilya Etingof <il...@gl... <mailto:il...@gl...>> wrote: > Please try the latest version available through pip (4.3.1) > > |