Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with importing typing library in Python 3.7 #92

Open
jmettes opened this issue Mar 1, 2021 · 1 comment
Open

Issue with importing typing library in Python 3.7 #92

jmettes opened this issue Mar 1, 2021 · 1 comment
Labels

Comments

@jmettes
Copy link

jmettes commented Mar 1, 2021

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: python/typing#573

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

@exhuma
Copy link
Owner

exhuma commented Jul 12, 2021

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 exhuma added the v1.x label May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants