Plugins not found in venv. Fresh install #14268
Unanswered
Starkbock
asked this question in
Help Wanted!
Replies: 2 comments
-
Can you all relevant logs for the steps that you have mentioned? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Figured it out.
You have to activate the venv as root (sudo -do root source
/opt/netbox/venv/bin/activate) then run pip install <netbox-pluginhere>
Else it wont work..
5 days.. Am better at windows =P
…On Thu, Nov 16, 2023 at 12:03 PM Abhimanyu Saharan ***@***.***> wrote:
Can you all relevant logs for the steps that you have mentioned?
—
Reply to this email directly, view it on GitHub
<#14268 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4FHZZSP2GBDIRAZ2ZV6M73YEXXJTAVCNFSM6AAAAAA7MJFBK6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKOBXGAZTI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
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.
-
Hello all
I just installed a fresh unbunt and then followed the install guide for netbox. All is dandy that far. Now I want to load a few plugins and this is were i fail.
When I pip install a pugin, for example netbox-qrcode (cause its less config for it) it downloads and installs it. I am in the netbox venv and it seems to go fine. If I run pip status netbox-qrcode it displays the plugin.
As soon as I add the PLUGIN = ['netbox_qrcode'] I get the Bad gateway 502.
Doing the journalctl -eu netbox/nginx (cant remeber where i said it) it says it cant find the plugin.
Since my install is 16 hours old and by the book - Is the bug or something I hit? Or is it a rights issue? When i install in the venv i use sudo pip, which maybe is problematic?
Hope it makes sense..
Regards
Patrik
Beta Was this translation helpful? Give feedback.
All reactions