-
Hello, when trying to install plugin on latest netbox version (v3.4.6) I get an error "module not found". Ubuntu 20.04, python 3.8.10 What am I doing wrong? ` During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Content in /opt/netbox/netbox/netbox/configuration.py
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can you try without sudo? |
Beta Was this translation helpful? Give feedback.
-
Sorry, it was a permission problem because of wrong user on ubuntu. After everything installed fine without sudo |
Beta Was this translation helpful? Give feedback.
Sorry, it was a permission problem because of wrong user on ubuntu.
After
sudo chown nbuser /opt/netbox/venv/lib/python3.8/site-packages/
and
sudo chown nbuser /opt/netbox/netbox/static/
everything installed fine without sudo