docker-compose build issues with netbox-docker 3.0.2 related(?) to Python version? #1333
Unanswered
menckend
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anybody else noticed issues when trying to generate plugin-enabled images using netbox-docker 3.0.2?
I'm seeing errors that look like they might be suggesting that some of the configuration.py code is using Python >=3.10 syntax ( " | " operators working on types str and None in the docstrings of function definitions), but the virtual-environment running in the actual netbox container is Python 3.9.) In my last 3.0.1 installation (with netbox 4.1.1 built into it), the netbox containers were using a Python 3.12 venv)
(Just wanted to ask around before raising a bug/issue.)
Beta Was this translation helpful? Give feedback.
All reactions