artyomovs / netbox-plugin-config-officer

NetBox plugin that stores configuration diffs and checks templates compliance
Apache License 2.0
102 stars 7 forks source link

No docker install problem #4

Open tetesh opened 3 years ago

tetesh commented 3 years ago

Hello. I installed the plugin via upgrade.sh knowingly downloading it via pip and adding it to local_requirements.txt. I also added the plugin to configuration.py When I start the web interface I get

<class 'ImportError'>

cannot import name 'COL_TENANT' from 'tenancy.tables' (/opt/netbox/netbox/tenancy/tables.py)

Python version: 3.8.5 NetBox version: 2.11.0

tetesh commented 3 years ago

and (venv) root@netboxansible:/opt/netbox/netbox# python3 manage.py migrate . . . File "/opt/netbox-2.11.0/venv/lib/python3.8/site-packages/config_officer/tables.py", line 10, in from tenancy.tables import COL_TENANT ImportError: cannot import name 'COL_TENANT' from 'tenancy.tables' (/opt/netbox-2.11.0/netbox/tenancy/tables.py)

artyomovs commented 1 year ago

Hello. Sorry for the long long pause (2 years, damn).

Actually, last supported Netbox version is 2.8. But now I'm working on the 3.x version, planning to complete in a month.

Thanks a lot for your feedback.