We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have installed a pack and have added a napalm.yaml file with auth and device information. But when i try and use ros for routeros i get this error:
napalm.base.exceptions.ModuleImportError: Cannot import "ros". Is the library installed?
pip3 says napalm ros is installed.
Same goes for napalm-procurve
The text was updated successfully, but these errors were encountered:
Which virtualenv are you looking at?
Sorry, something went wrong.
Ok i tried with napalm virtual environment and it started to work as expected for routeros but i am still seeing a problem with procurve:
ValueError: Driver "procurve" is not a valid NAPALM Driver.
pip3 install napalm-procurve says that it is already installed.
No branches or pull requests
I have installed a pack and have added a napalm.yaml file with auth and device information. But when i try and use ros for routeros i get this error:
napalm.base.exceptions.ModuleImportError: Cannot import "ros". Is the library installed?
pip3 says napalm ros is installed.
Same goes for napalm-procurve
The text was updated successfully, but these errors were encountered: