netbox-plugin-config-officer icon indicating copy to clipboard operation
netbox-plugin-config-officer copied to clipboard

No docker install problem

Open tetesh opened this issue 4 years ago • 2 comments

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 avatar Apr 17 '21 13:04 tetesh

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)

tetesh avatar Apr 17 '21 20:04 tetesh

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.

artyomovs avatar Jul 19 '23 13:07 artyomovs