Tag: network auto
-
Nornir – macOS Big Sur
I had a simple backup script (backup-script.py) for a multiple vendor device environment. The script was working fine before and failed after I upgraded my mac OS to Big Sur, 11.0.1. macOS Big Sur, 11.0.1Python 3.8.6 Traceback (most recent call last): File “backup-script.py”, line 2, in from nornir import InitNornir File “/Users/lib/python3.8/site-packages/nornir/__init__.py”, line 3, in […]