Closed hocker96 closed 1 week ago
also have this problem with newest version of netbox
So I ran into the same Problem and got the Answer:
Problem is that in the new version of the django-timezone-field package the did something with TimeZoneField.default_choices which throws our Error.
You have to uninstall the package
$ cd /opt/netbox
$ source /venv/bin/activate
$ pip uninstall TimeZoneField.default_choices
And then install a specific version of django-timezone-field
$pip install django-timezone-field==4.1.2
That should do the Trick, atleast it did for me.
Hello,
i have an issues with the plugin.
The Modul is install in venv and written in configuration.py and requirements.txt, but the modul does not found.
/var/log/supervisor/netbox-stderr......log
ls -al /opt/netbox/venv/lib/py.../sit...
/opt/netbox
/opt/netbox/netbox/netbox/configuration.py Auszug
Why does not load the modul, i had follow the install manual, but it's not working.
Can help there?
So long...