-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Not even 1 sample script runs #412
Comments
ffs... all my problems are in visual studio code.. |
Try to run pip install pysnmp inside vscode shell. |
Duplicate to #421. The folder structure has been flatten in newer releases, but the example scripts were not up-to-date. You still need to be a good Python developer to figure out such ABCs on open source projects like this. But while I am working on #429 I might try to improve the documentation at https://www.pysnmp.com to be clearer. |
After closing #429, time to revisit this. The hlapi.v3arch related API surface is only available in the master branch here, and was planned by Ilya to ship in his release 5.0. However, that never happened. My team is able to ship release 7.0.3, which now includes the required dependencies. |
I started on Windows in VSC with WSL environment.
I moved to Linux Debian.
I have tried every single example script and get one error or another,
like the one below, or one like it.
Exception has occurred: ModuleNotFoundError
No module named 'pysnmp.hlapi.v3arch'
File "/home/user/snmp/v1-get.py", line 19, in
from pysnmp.hlapi.v3arch.asyncio import *
The text was updated successfully, but these errors were encountered: