-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error message in step one #26
Comments
Hi @GeertReijnders ! Did you check the plugin names you used in Another small tip: I didn't use the Finally if it still doesn't work, are you sure that you are in the same python virtual environment as the netbox one? Hope this will help! |
I was running into similar issues. Make sure of the following: 1.) You have the 2.) If you need to use sudo with the setup.py or pip method to install the plugin make sure it points to the python in your venv which should be at 3.) Make sure your |
When I run python3 setup.py develop I get the message:
When running the command mange.py run server. I get the message:
Unable to import plugin netbox-end-of-support: Module not found. Check that the plugin module has been installed within the correct Python environment.
What am I doing wrong
The text was updated successfully, but these errors were encountered: