ktbyers / pynet

Python for Network Engineers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nornir_utilities is giving error

chiragvyas50 opened this issue · comments

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?

image

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.