Replies: 1 comment 1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions