-
Hi everyone.
In your configuration.py Everything fine until this point where I issue this command:
Then I get these errors: I am new to Python and virtual environments. 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. This is my first post at Github also. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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:
Can you show what happens when you run those commands, including the responses and command prompts you see from each one? |
Beta Was this translation helpful? Give feedback.
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:
Can you show what happens when you run those commands, including the responses and command prompts you see from each one?