NetBox 4.0.6 error occurs when installing the plugin ver.4.0.0 #520
-
Hi, I upgraded netbox to version 4.0.6 --- it works After I try installing netbox_topology_views (4.0.0) source /opt/netbox/venv/bin/activate --- ok pip3 install netbox-topology-views --- ok Requirement already satisfied: netbox-topology-views in /opt/netbox/venv/lib/python3.10/site-packages (4.0.0) insert "netbox-topology-views" in /opt/netbox/local_requirements.txt ---ok /opt/netbox/netbox/netbox/configuration.py PLUGINS = ["netbox_topology_views"] ---ok python3 manage.py migrate netbox_topology_views --- ERROR |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That error message leads me to believe that something might be wrong in the config. |
Beta Was this translation helpful? Give feedback.
-
Hello. Have a good day! |
Beta Was this translation helpful? Give feedback.
That error message leads me to believe that something might be wrong in the config.
Please check
/opt/netbox/netbox/netbox/configuration.py
to see if you don't specify the PLUGINS key twice or check for other issues.