netbox-community / netbox-topology-views

A netbox plugin that draws topology views
Apache License 2.0
744 stars 63 forks source link

Django cannot find module netbox_topology_views #460

Closed fribse closed 7 months ago

fribse commented 7 months ago

NetBox version

v3.7.3

Topology Views version

v3.9.0

Steps to Reproduce

Python 3.10.12 pip 24.0

When tried to install outside venv Steps with manage.py migrate failed, django reports module not found uninstalled the netbox-topology-views (pip3 uninstall) started venv installed again django still fails on module not found

Expected Behavior

When uninstallation is performed, I expect it to install properly afterwards.

Observed Behavior

It looks like some requirements are not fullfilled.

dreng commented 7 months ago

That does not look like a bug to me. Unfortunately, you've made a mistake when you followed the procedure. Who knows what has been broken when you did that. It is completely out of scope of the plugin to repair any user mistakes.

I'm converting this question into a discussion.