We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
Issue Description
I'm trying to run puresnmp in AWS Lambda (Greengrass). I ran into this issue:
More info on typing library issue: python/typing#573
I think this could be fixed by changing the dependency on typing to <= 3.5
The text was updated successfully, but these errors were encountered: