You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking code at "pynet/nornir/os_upgrade/part1/netmiko_file_transfer.py" and i am getting error on below line on my Windows Machine.
from nornir_utilities import nornir_set_creds, std_print
Is there any issue with nornir_utilities?
The text was updated successfully, but these errors were encountered:
nornir_utilities probably needs copied to your current working directory or put onto your Python Path. It is not a part of nornir itself. It is just a module in the repository.
Hi Kirk,
I was looking code at "pynet/nornir/os_upgrade/part1/netmiko_file_transfer.py" and i am getting error on below line on my Windows Machine.
from nornir_utilities import nornir_set_creds, std_print
Is there any issue with nornir_utilities?
The text was updated successfully, but these errors were encountered: