Faild to install NetDoc #10918
-
'(venv) netbox@abc:~$ pip3 install netdoc` Output:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Added permission to netbox user/group to the directory solved it. I'll keep the post incase a noob like me have the same issue, otherwise admin is free to delete it. Thanks. |
Beta Was this translation helpful? Give feedback.
Added permission to netbox user/group to the directory solved it.
$sudo chown -R netboxuser:netboxgroup /opt/netbox-3.3.7/venv/
I'll keep the post incase a noob like me have the same issue, otherwise admin is free to delete it.
Thanks.