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
tessco@tesscoserver1:/dev/snmpsim/snmpsim/commands$ pip3 install utils Requirement already satisfied: utils in /home/tessco/.local/lib/python3.8/site-packages (1.0.1) tessco@tesscoserver1:/dev/snmpsim/snmpsim/commands$ python3 mib2rec.py --mib-source=/home/tessco/dev/tmp/snmp_mibs/tessco/mibs/standard/ietf --mib-module=IF-MIB --destination-record-type=snmprec --output-file=.snmprec --start-object=IF-MIB::interfaces Traceback (most recent call last): File "mib2rec.py", line 26, in from snmpsim import utils ImportError: cannot import name 'utils' from 'snmpsim' (/home/tessco/.local/lib/python3.8/site-packages/snmpsim/init.py) tessco@tesscoserver1:~/dev/snmpsim/snmpsim/commands$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tessco@tesscoserver1:
/dev/snmpsim/snmpsim/commands$ pip3 install utils/dev/snmpsim/snmpsim/commands$ python3 mib2rec.py --mib-source=/home/tessco/dev/tmp/snmp_mibs/tessco/mibs/standard/ietf --mib-module=IF-MIB --destination-record-type=snmprec --output-file=.snmprec --start-object=IF-MIB::interfacesRequirement already satisfied: utils in /home/tessco/.local/lib/python3.8/site-packages (1.0.1)
tessco@tesscoserver1:
Traceback (most recent call last):
File "mib2rec.py", line 26, in
from snmpsim import utils
ImportError: cannot import name 'utils' from 'snmpsim' (/home/tessco/.local/lib/python3.8/site-packages/snmpsim/init.py)
tessco@tesscoserver1:~/dev/snmpsim/snmpsim/commands$
The text was updated successfully, but these errors were encountered: