Skip to content

Network to Code plugin onboarding for Netbox #5538

Answered by candlerb
rfc-1149 asked this question in Q&A
Discussion options

You must be logged in to vote

When I issue the command pip list inside the virtual environment I cannot see the network to code package. While outside the virtual environment I can see the ntc-netbox-plugin-onboarding 2.0.0 being there.

It appears that you've installed ntc-netbox-plugin-onboarding outside the venv rather than inside it. So something must have gone wrong at this point:

cd /opt/netbox
source venv/bin/activate
pip install ntc-netbox-plugin-onboarding
pip list | grep ntc

Can you show what happens when you run those commands, including the responses and command prompts you see from each one?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rfc-1149
Comment options

@candlerb
Comment options

Answer selected by rfc-1149
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants