-
NetBox versionv4.3.1 venvPython3.12 Topology Views version4.3.0 Steps to Reproduce
Expected BehaviorPlugin should install Observed BehaviorNo installed app with label 'netbox_topology_views' |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
What does your plugins= line on configuration.py look like ? As the plugin
will need to be enabled there and netbox restarted before you can run
migrate
…On Sat, 31 May 2025, 00:34 Gene Tomilko, ***@***.***> wrote:
*gtomilko* created an issue (netbox-community/netbox-topology-views#644)
<#644>
NetBox version
v4.3.1
Topology Views version
4.3.0
Steps to Reproduce
***@***.*** netbox]# source venv/bin/activate
(venv) ***@***.*** netbox]# cd /opt/netbox/netbox
(venv) ***@***.*** netbox]# pip3 install netbox-topology-views
Collecting netbox-topology-views
Downloading netbox_topology_views-4.3.0-py3-none-any.whl.metadata (13 kB)
Downloading netbox_topology_views-4.3.0-py3-none-any.whl (278 kB)
Installing collected packages: netbox-topology-views
Successfully installed netbox-topology-views-4.3.0
(venv) ***@***.*** netbox]# python3 manage.py migrate netbox_topology_views
CommandError: No installed app with label 'netbox_topology_views'.
Expected Behavior
Plugin should install
Observed Behavior
No installed app with label 'netbox_topology_views'
—
Reply to this email directly, view it on GitHub
<#644>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKJY324KL6LZ24TRN5QEGL3BDTJTAVCNFSM6AAAAAB6JFI4YWVHI2DSMVQWIX3LMV43ASLTON2WKOZTGEYDINBWGY2TKMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I just upgraded to 4.3.0 in my production environment without any problems. @gtomilko Please answer the question about your configuration.py. Otherwise, I assume that the problem has been solved. |
Beta Was this translation helpful? Give feedback.
-
When I add "netbox-topology-views" to PLUGINS line and restart netbox it fails to start.
|
Beta Was this translation helpful? Give feedback.
-
But it was installed:
|
Beta Was this translation helpful? Give feedback.
-
According to the installation instructions, it's netbox_topology_views, not netbox-topology-views. Review your config. |
Beta Was this translation helpful? Give feedback.
-
Working now, thank you |
Beta Was this translation helpful? Give feedback.
According to the installation instructions, it's netbox_topology_views, not netbox-topology-views. Review your config.