puresnmp icon indicating copy to clipboard operation
puresnmp copied to clipboard

Issue with importing typing library in Python 3.7

Open jmettes opened this issue 3 years ago • 1 comments

Issue Description

I'm trying to run puresnmp in AWS Lambda (Greengrass). I ran into this issue:

type object 'Callable' has no attribute '_abc_registry'

More info on typing library issue: https://github.com/python/typing/issues/573

I think this could be fixed by changing the dependency on typing to <= 3.5

jmettes avatar Mar 01 '21 22:03 jmettes

This is already the case so I'm not sure why you're getting this.

What version of puresnmp and Python are your currently using (including the minor number).

exhuma avatar Jul 12 '21 18:07 exhuma