-
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
Unable to import plugin netbox_access_lists: Module not found. #33
Comments
The instructions I'm referring to are the how to create a plugin with Netbox. |
I'm afraid you'll need to document your steps more thoroughly. Nobody can actually reproduce the problem with that kind of vague information - and I know that the instructions worked for me as I created a test plugin for issue netbox-community/netbox#15194 not so long ago following exactly the same instructions you're apparently stumbling over. |
That said, I'll venture a guess: Are you seeing this:
In that case the plugin is not installed in your virtual environment. Did you use If the above assumptions are correct (remember, I'm just guessing because you didn't provide sufficient information), try
with the path you checked out the plugin to instead of |
I think we can just close this issue. I really don't care at this point anymore and I'm not going to get into some pissing match. |
@bytelock-id -- I had the same issue & this helped me fix it. I too was using sudo to compile the plugin and had the module not found error. |
I have same Issue |
Any ideas why I'm getting this error on this command on the last step of Step01 (everything else seemed to go smoothly):
|
Yes. You did not activate the virtual environment and did not use the full path of the python3 interpreter within the virtual environment. At least one of the above is necessary. With sudo, you need to do the latter:
|
After following the instructions about 45 times. Each time resulting with the same issue. After restarting netbox, I'm seeing the error in the logs. "Unable to import plugin netbox_access_lists" and it fails to start.
Somethings not installing or adding correctly. etc.
The text was updated successfully, but these errors were encountered: