napalm-panos not working #12331
Unanswered
misho23-23
asked this question in
Q&A
Replies: 1 comment 3 replies
-
That won't work unless you've first activated the virtualenv (Netbox only sees packages which are installed in its venv) Recommended approach is to create |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to intergate
napalm_panos
withnetbox
but I'm receiving this error messageMissing required packages - This installation of NetBox might be missing one or more required Python packages. These packages are listed in
requirements.txt
andlocal_requirements.txt
, and are normally installed as part of the installation or upgrade process. To verify installed packages, runpip freeze
from the console and compare the output to the list of required packages.WSGI service not restarted after upgrade - If this installation has recently been upgraded, check that the WSGI service (e.g. gunicorn or uWSGI) has been restarted. This ensures that the new code is running.
The complete exception is provided below:
<class 'ModuleNotFoundError'>
I tried to install it manually this package
napalm_base
via pipEnvironment
Simulation:
Devices -> Device_ID -> Status OR LLDP Neighbors OR Config
OR
Rest API call with Napalm method doesn't work with NetBox - it's same device ID
with same error message
Otherwise, NAPALM with panos driver works fine
this command works fine via CLI and I receive output
Beta Was this translation helpful? Give feedback.
All reactions