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
If you look at https://files.pythonhosted.org/packages/4e/75/72f64c451bf5884715f84f8217b69b4025da0b67628d611cd14a5b7db217/pysnmp-4.4.12.tar.gz
You don't get any hlapi.v1arch and others.
The text was updated successfully, but these errors were encountered:
Hello,
Same error, Import "pysnmp.hlapi.v3arch.asyncore" could not be resolved
How can i manage that ? Thanks :)
Sorry, something went wrong.
https://github.com/etingof/pysnmp/tree/release-4.4.12/pysnmp/hlapi
That's because in 4.4.12, the folder structure was flattened. You should use pysnmp.hlapi.asyncore directly.
pysnmp.hlapi.asyncore
Time to revisit this after closing #429.
Ilya invented the hlapi.v1arch related API surface for his release 5.0 plan but was never able to ship it due to a variety of reasons.
My team is able to continue his work and deliver that in PySNMP release 7.0.3.
No branches or pull requests
If you look at https://files.pythonhosted.org/packages/4e/75/72f64c451bf5884715f84f8217b69b4025da0b67628d611cd14a5b7db217/pysnmp-4.4.12.tar.gz
You don't get any hlapi.v1arch and others.
The text was updated successfully, but these errors were encountered: