You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v3.5.6 (without docker). Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data.
(netbox-docker issues should be opened up against the netbox-docker issue tracker)
NetBox version
3.5.6
Python version
3.11
Steps to Reproduce
I build the Docker image with netbox-docker.
And i have this error:
I've found that issue yaml/pyyaml#736
The PyYaml version in requirement.txt is fixed to 6.0 (https://github.com/netbox-community/netbox/blob/v3.5.6/requirements.txt#L31)
I've patched the netbox-docker Dockerfile (https://github.com/netbox-community/netbox-docker/blob/release/Dockerfile#L33-L44) with:
and it fixes.
maybe the requirements.txt should be updated with
PyYAML==6.0.1
Expected Behavior
Observed Behavior
The text was updated successfully, but these errors were encountered: