Skip to content
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

No docker install problem #4

Open
tetesh opened this issue Apr 17, 2021 · 2 comments
Open

No docker install problem #4

tetesh opened this issue Apr 17, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tetesh
Copy link

tetesh commented Apr 17, 2021

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
Copy link
Author

tetesh commented Apr 17, 2021

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 artyomovs added this to the Version 3.X milestone Jul 19, 2023
@artyomovs artyomovs self-assigned this Jul 19, 2023
@artyomovs
Copy link
Owner

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 artyomovs added the enhancement New feature or request label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants