cannot install any plugins . failed with check the permissions #6551
jaheshkhan
started this conversation in
General
Replies: 1 comment
-
Try this instead:
Then add your additional packages to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
today i tried to install fresh install of netbox. so now the netbox version is 2.11.6
python version is 3.8.5
Then i tried to install plugins like
none of the above plugin installed all ended withe permission issue as below
"ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/opt/netbox/venv/lib/python3.8/site-packages/nextbox_ui_plugin'
Check the permissions."
Installing collected packages: zipp, ntc-netbox-plugin-onboarding
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/opt/netbox/venv/lib/python3.8/site-packages/zipp.py'
Check the permissions.
Installing collected packages: netbox-topology-views
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/opt/netbox/venv/lib/python3.8/site-packages/netbox_topology_views'
Check the permissions.
I didnt understand what permission im missing
The steps followed are as follows:
$ source /opt/netbox/venv/bin/activate
(venv) $ pip3 install nextbox-ui-plugin
Beta Was this translation helpful? Give feedback.
All reactions