netdevopsbr / netbox-proxbox

Netbox Plugin for integration between Proxmox and Netbox
Apache License 2.0
341 stars 50 forks source link

ImportError: cannot import name 'BaseTable' #42

Closed ettorsson closed 2 years ago

ettorsson commented 2 years ago

When I am running (venv) $ python3 manage.py migrate

I am getting this error message

File "/opt/netbox-3.2.0/venv/lib64/python3.8/site-packages/netbox_proxbox/tables.py", line 3, in from utilities.tables import BaseTable ImportError: cannot import name 'BaseTable' from 'utilities.tables' (/opt/netbox-3.2.0/netbox/utilities/tables.py)

Netbox version 3.2.0 Proxbox version 0.0.2 Python 3.8.12

ghost commented 2 years ago

same problem :/

emersonfelipesp commented 2 years ago

This Issue was solved on PR https://github.com/netdevopsbr/netbox-proxbox/pull/44