Plugin installation failed (Netbox 3.5.7) #386
Replies: 2 comments 2 replies
-
In order to make it easier to have a look at your error output I post it here directly:
You didn't tell us which version of NetBox and NTV you use, but I assume it's a version mismatch. Your NetBox version seems to be 3.5.7 if the directory name does not lead in the wrong direction. As pip and also local_requirements.txt always loads the most current package, your version of NTV should be 3.7.0. This release is supposed to work with NetBox >=3.6.0. Please try to upgrade NetBox or download an older version of Netbox Topology Views plugin. |
Beta Was this translation helpful? Give feedback.
-
Regarding your configuration.py, it is very outdated. Most of the options you defined moved to the Individual Options section in the plugin GUI. See https://github.com/mattieserver/netbox-topology-views#individual-options |
Beta Was this translation helpful? Give feedback.
-
Hi,
Today when trying to install the plugin, I had some problems and ended up breaking the initialization of the "netbox-rq" process.
The installation steps followed were as follows:
In the "configuration.py" file I uploaded the following confs:
The sequence of errors that returned was obtained in the penultimate line of the installation process, and is found in the attached file
return error netbox topology views.txt
After that, as I said at the beginning of the discussion, I restarted the netbox services, the "netbox-rq" service did not return. It was necessary to comment out the lines in "configuration.py", remove the plugin from "local_requirements.txt" and run "upgrade.sh".
Could you help me with resolving this?
Beta Was this translation helpful? Give feedback.
All reactions