iaa-inc / napalm-exos

Extreme Networks EXOS Driver implementation for the NAPALM Network Automation Project
Apache License 2.0
11 stars 14 forks source link

Problems to using napalm-exos driver #7

Open dandel789 opened 4 years ago

dandel789 commented 4 years ago

Hi!

I just starting to analize the possibilities to use napalm within my network. I am testing with this driver.. but it is something wrong.. can anyone help me?

Python 3.6.9 (default, Apr 18 2020, 01:56:04) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.

from napalm import get_network_driver >>> get_network_driver('exos') Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/dist-packages/napalm/base/init.py", line 99, in get_network_driver install_name=name napalm.base.exceptions.ModuleImportError: Cannot import "exos". Is the library installed? get_network_driver('ios') <class 'napalm.ios.ios.IOSDriver'> get_network_driver('junos') <class 'napalm.junos.junos.JunOSDriver'>

I cloned this project ann intall it.

Thanks in advance!

astruwe commented 4 years ago

Hello @dandel789 ,

please try the following:

pip3 install git+https://github.com/ixaustralia/napalm-exos.git

I think this has helped.