Wyko
Wyko
Any update on this?
Still an issue...
In my case, I think it relates to a permissions error when writing to that directory. I'm not near my computer right now, but I'll update it later with the...
I'm working on a corporate laptop that unfortunately is very restricted. My normal user account has almost no permissions to write to program files. (Or most other folders)
Which Python version? Exact version and (32- or 64-bit)? Python 3.9.5 How Python was installed? Which path? Which user? Is it in Administrators group? It was installed as an admin...
As a side note: Running the same code from a `venv` works fine.
I suspect that a new version of Netmiko broke some functionality here. I included the device dispatcher code from an old version of Kirk's project, and it can probably be...
Absolutely! Please create a new device class inheriting `devices.base.network_device` and add the appropriate logic. Also, I've only barely started adding `pytest` tests to this project, but if there are any...
Any progress?