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
Hey, I get the following issues that probably needs to be fixed:
Applying database migrations (python3 netbox/manage.py migrate)...
Traceback (most recent call last):
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/django/core/management/base.py", line 413, in run_from_argv
self.execute(*args, **cmd_options)
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/django/core/management/base.py", line 459, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/django/core/management/base.py", line 104, in wrapper
saved_locale = translation.get_language()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/django/utils/translation/__init__.py", line 211, in get_language
return _trans.get_language()
^^^^^^^^^^^^^^^^^^^
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/django/utils/translation/__init__.py", line 66, in __getattr__
if settings.USE_I18N:
^^^^^^^^^^^^^^^^^
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/django/conf/__init__.py", line 89, in __getattr__
self._setup(name)
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/django/conf/__init__.py", line 76, in _setup
self._wrapped = Settings(settings_module)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/django/conf/__init__.py", line 190, in __init__
mod = importlib.import_module(self.SETTINGS_MODULE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 994, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/opt/netbox-4.0.3/netbox/netbox/settings.py", line 760, in <module>
raise e
File "/opt/netbox-4.0.3/netbox/netbox/settings.py", line 753, in <module>
plugin = importlib.import_module(plugin_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 994, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/opt/netbox-4.0.3/venv/lib64/python3.12/site-packages/netdoc/__init__.py", line 13, in <module>
from extras.plugins import PluginConfig
ModuleNotFoundError: No module named 'extras.plugins'
good day
i am not sure if this issue is due to the netbox version or not.. but i am getting a
"Failed to build jq
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (jq)"
I get this when I added netdoc into my netbox setup. i get a bunch of errors but i am not sure what errors do you need to troubleshoot
Every time Netbox has a new major release, a lot of breaking changes are introduced. So it's not a matter of fixes, it's a matter of redesign almost everything. And this takes a lot of time.
Hey, I get the following issues that probably needs to be fixed:
also probably this must be changed, but should be quick fix:
netbox-community/netbox#15099
The text was updated successfully, but these errors were encountered: