migrate.py error for topology plugin #14109
-
I followed the steps detailed here to install the topology plug-in, but when I run the migrate script I get the following error: Traceback (most recent call last): Steps I took to install the plug-in Switch to venv: Installed v3.40 as netbox is running 3.5.3: added the plugin in the config: Run migrate.py: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Slight progress, it says the plug-in installed but then I do migrate, it says it cannot be found. sudo pip3 install https://github.com/mattieserver/netbox-topology-views/archive/refs/tags/v3.4.0.tar.gz python3 manage.py migrate netbox_topology_views During handling of the above exception, another exception occurred: Traceback (most recent call last): pip freeze |
Beta Was this translation helpful? Give feedback.
-
fixed, had to be root user to install the plugin |
Beta Was this translation helpful? Give feedback.
fixed, had to be root user to install the plugin