-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
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.
- I am running the virtual environment. Using: source /opt/netbox/venv/bin/activate
- I am installing the plugin. I have tried the following installation methods. (pip install --editable .) from the plugin directory as well as (python3 setup.py develop)
- I have checked out step 001 to make sure I didn't have a typo.
- I have the latest vanilla netbox.
- The configuratioon.py does have the correct named plugin in it.
- I have the most recent versions of everything Python3, Postgres, Redis, Nginx, available to Ubuntu 22 and I can confirm the vanilla version runs fine before adding any plugins.
Somethings not installing or adding correctly. etc.
MohammadMortezaie