Skip to content
New issue

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

Netbox unable to find/recognize EXOS driver #3

Open
jkratzer opened this issue Aug 20, 2019 · 3 comments
Open

Netbox unable to find/recognize EXOS driver #3

jkratzer opened this issue Aug 20, 2019 · 3 comments

Comments

@jkratzer
Copy link

Hello,

I was just wondering if anyone had any tips on getting the EXOS driver to work inside of Netbox? I installed the napalm-exos package via pip, and tried to add different names for the driver when 'exos' (no ticks in netbox) did not work. I tried getting information from the driver using the following in python:

from napalm import get_network_driver
get_network_driver('exos')

I attached a snip of what the error is. It could be a mis-configuration on my end, but I'm sure that somebody else has gotten this NAPALM driver to work in Netbox before.

napalm_exos_error

@tardoe
Copy link

tardoe commented Jan 9, 2020

Hi @jkratzer - Cloning down this driver and installing works fine for me.

➜  napalm-exos git:(master) python
Python 3.7.4 (default, Jul  9 2019, 18:13:23)
[Clang 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from napalm import get_network_driver
>>> get_network_driver('exos')
<class 'napalm_exos.exos.ExosDriver'>

@CraigRMoore
Copy link

CraigRMoore commented Apr 27, 2020

Hi there,

Just wondering if you found a fix for this?
I'm trying to get the EXOS driver working with Netbox and am getting exactly the same issue.
The napalm-exos package seems to install ok and without error.

I have also tried upgrading python to 3.7.x as used successfully by "tardoe" above but then have problems when installing the driver.

Thanks,

Craig.

@CraigRMoore
Copy link

I solved my problem by following @tardoe method above... cloning down the driver directly from git and installing from a local source with pip has fixed my issue.

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants