Closed jbbenetti closed 1 year ago
There's already a fix for this in the master branch, it will be released in version 1.5 which I hope to finish either this or next week :)
The bug is due to a change in a recent version of NetBox. If you use NetBox version 3.4, you should not have this error.
Fixed with 1.5
Thank you very much @wkoot for your answer. So, I will attend the 1.5 version. in the meantime, I will try again with version 3.4 of netbox.
@jbbenetti I meant that 1.5 was released, so this issue should now be fixed. You don't need to downgrade NetBox, just update the plugin
Woww. Impressive. It works perfectly. Thank you again.
Hello everyone,
I've tried to install the netbox_slm plugin. But it fails when I run
bash docker-compose up -d
. I've followed the instructions on netbox_slm README.md. Moreover, I use the 1.4 version of the plugin. I have created the following files in the netbox's repository.plugin_requirements.txt
netbox-slm
plugins.py
docker-compose.override.yml
Dockerfile-Plugins
The build works. I have the following logs :
netbox-docker-netbox-1 | **ImportError: cannot import name 'DynamicModelChoiceField'** from 'utilities.forms' (/opt/netbox/netbox/utilities/forms/__init__.py)
How can I resolve this issue ?