Error class 'core.models.contenttypes.ContentType.DoesNotExist #9074

Closed
opened 2025-12-29 20:45:05 +01:00 by adam · 0 comments
Owner

Originally created by @Novgor on GitHub (Jan 10, 2024).

Deployment Type

Self-hosted

NetBox Version

v3.7.0

Python Version

3.10

Steps to Reproduce

Hello.
The update from 3.6.9 > 3.7.0 was successful. I am attaching the log.

You are installing (or upgrading to) NetBox version 3.7.0
Using Python 3.10.12
Creating a new virtual environment at /opt/netbox-3.7.0/venv...
Updating pip (pip install --upgrade pip)...
Requirement already satisfied: pip in ./venv/lib/python3.10/site-packages (22.0.2)
Collecting pip
  Using cached pip-23.3.2-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 22.0.2
    Uninstalling pip-22.0.2:
      Successfully uninstalled pip-22.0.2
Successfully installed pip-23.3.2
pip 23.3.2 from /opt/netbox-3.7.0/venv/lib/python3.10/site-packages/pip (python 3.10)
Installing Python system packages (pip install wheel)...
Collecting wheel
  Using cached wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB)
Using cached wheel-0.42.0-py3-none-any.whl (65 kB)
Installing collected packages: wheel
Successfully installed wheel-0.42.0
Installing core dependencies (pip install -r requirements.txt)...
Collecting bleach==6.1.0 (from -r requirements.txt (line 1))
  Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting Django==4.2.8 (from -r requirements.txt (line 2))
  Using cached Django-4.2.8-py3-none-any.whl.metadata (4.2 kB)
Collecting django-cors-headers==4.3.1 (from -r requirements.txt (line 3))
  Using cached django_cors_headers-4.3.1-py3-none-any.whl.metadata (16 kB)
Collecting django-debug-toolbar==4.2.0 (from -r requirements.txt (line 4))
  Using cached django_debug_toolbar-4.2.0-py3-none-any.whl.metadata (3.8 kB)
Collecting django-filter==23.5 (from -r requirements.txt (line 5))
  Using cached django_filter-23.5-py3-none-any.whl.metadata (5.2 kB)
Collecting django-graphiql-debug-toolbar==0.2.0 (from -r requirements.txt (line 6))
  Using cached django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl (7.3 kB)
Collecting django-mptt==0.14.0 (from -r requirements.txt (line 7))
  Using cached django_mptt-0.14.0-py3-none-any.whl (115 kB)
Collecting django-pglocks==1.0.4 (from -r requirements.txt (line 8))
  Using cached django_pglocks-1.0.4-py3-none-any.whl
Collecting django-prometheus==2.3.1 (from -r requirements.txt (line 9))
  Using cached django_prometheus-2.3.1-py2.py3-none-any.whl (29 kB)
Collecting django-redis==5.4.0 (from -r requirements.txt (line 10))
  Using cached django_redis-5.4.0-py3-none-any.whl.metadata (32 kB)
Collecting django-rich==1.8.0 (from -r requirements.txt (line 11))
  Using cached django_rich-1.8.0-py3-none-any.whl.metadata (6.8 kB)
Collecting django-rq==2.10.1 (from -r requirements.txt (line 12))
  Using cached django_rq-2.10.1-py2.py3-none-any.whl.metadata (18 kB)
Collecting django-taggit==5.0.1 (from -r requirements.txt (line 13))
  Downloading django_taggit-5.0.1-py3-none-any.whl.metadata (3.4 kB)
Collecting django-tables2==2.7.0 (from -r requirements.txt (line 14))
  Using cached django_tables2-2.7.0-py2.py3-none-any.whl.metadata (3.9 kB)
Collecting django-timezone-field==6.1.0 (from -r requirements.txt (line 15))
  Using cached django_timezone_field-6.1.0-py3-none-any.whl.metadata (12 kB)
Collecting djangorestframework==3.14.0 (from -r requirements.txt (line 16))
  Using cached djangorestframework-3.14.0-py3-none-any.whl (1.1 MB)
Collecting drf-spectacular==0.27.0 (from -r requirements.txt (line 17))
  Using cached drf_spectacular-0.27.0-py3-none-any.whl.metadata (14 kB)
Collecting drf-spectacular-sidecar==2023.12.1 (from -r requirements.txt (line 18))
  Using cached drf_spectacular_sidecar-2023.12.1-py3-none-any.whl.metadata (3.4 kB)
Collecting feedparser==6.0.11 (from -r requirements.txt (line 19))
  Using cached feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB)
Collecting graphene-django==3.0.0 (from -r requirements.txt (line 20))
  Using cached graphene_django-3.0.0-py2.py3-none-any.whl (101 kB)
Collecting gunicorn==21.2.0 (from -r requirements.txt (line 21))
  Using cached gunicorn-21.2.0-py3-none-any.whl.metadata (4.1 kB)
Collecting Jinja2==3.1.2 (from -r requirements.txt (line 22))
  Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting Markdown==3.5.1 (from -r requirements.txt (line 23))
  Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB)
Collecting mkdocs-material==9.5.3 (from -r requirements.txt (line 24))
  Using cached mkdocs_material-9.5.3-py3-none-any.whl.metadata (16 kB)
Collecting mkdocstrings==0.24.0 (from mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25))
  Using cached mkdocstrings-0.24.0-py3-none-any.whl.metadata (7.7 kB)
Collecting netaddr==0.9.0 (from -r requirements.txt (line 26))
  Using cached netaddr-0.9.0-py3-none-any.whl.metadata (5.1 kB)
Collecting Pillow==10.1.0 (from -r requirements.txt (line 27))
  Using cached Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.5 kB)
Collecting psycopg==3.1.16 (from psycopg[binary,pool]==3.1.16->-r requirements.txt (line 28))
  Using cached psycopg-3.1.16-py3-none-any.whl.metadata (4.2 kB)
Collecting PyYAML==6.0.1 (from -r requirements.txt (line 29))
  Using cached PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting requests==2.31.0 (from -r requirements.txt (line 30))
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting social-auth-app-django==5.4.0 (from -r requirements.txt (line 31))
  Using cached social_auth_app_django-5.4.0-py3-none-any.whl.metadata (3.2 kB)
Collecting social-auth-core==4.5.1 (from social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached social_auth_core-4.5.1-py3-none-any.whl.metadata (4.1 kB)
Collecting svgwrite==1.4.3 (from -r requirements.txt (line 33))
  Using cached svgwrite-1.4.3-py3-none-any.whl (67 kB)
Collecting tablib==3.5.0 (from -r requirements.txt (line 34))
  Using cached tablib-3.5.0-py3-none-any.whl.metadata (3.8 kB)
Collecting tzdata==2023.3 (from -r requirements.txt (line 35))
  Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
Collecting six>=1.9.0 (from bleach==6.1.0->-r requirements.txt (line 1))
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting webencodings (from bleach==6.1.0->-r requirements.txt (line 1))
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting asgiref<4,>=3.6.0 (from Django==4.2.8->-r requirements.txt (line 2))
  Using cached asgiref-3.7.2-py3-none-any.whl.metadata (9.2 kB)
Collecting sqlparse>=0.3.1 (from Django==4.2.8->-r requirements.txt (line 2))
  Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB)
Collecting django-js-asset (from django-mptt==0.14.0->-r requirements.txt (line 7))
  Using cached django_js_asset-2.2.0-py3-none-any.whl.metadata (3.5 kB)
Collecting prometheus-client>=0.7 (from django-prometheus==2.3.1->-r requirements.txt (line 9))
  Using cached prometheus_client-0.19.0-py3-none-any.whl.metadata (1.8 kB)
Collecting redis!=4.0.0,!=4.0.1,>=3 (from django-redis==5.4.0->-r requirements.txt (line 10))
  Using cached redis-5.0.1-py3-none-any.whl.metadata (8.9 kB)
Collecting rich>=10.0.0 (from django-rich==1.8.0->-r requirements.txt (line 11))
  Using cached rich-13.7.0-py3-none-any.whl.metadata (18 kB)
Collecting rq>=1.14 (from django-rq==2.10.1->-r requirements.txt (line 12))
  Using cached rq-1.15.1-py2.py3-none-any.whl.metadata (1.6 kB)
Collecting pytz (from djangorestframework==3.14.0->-r requirements.txt (line 16))
  Using cached pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB)
Collecting uritemplate>=2.0.0 (from drf-spectacular==0.27.0->-r requirements.txt (line 17))
  Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
Collecting jsonschema>=2.6.0 (from drf-spectacular==0.27.0->-r requirements.txt (line 17))
  Using cached jsonschema-4.20.0-py3-none-any.whl.metadata (8.1 kB)
Collecting inflection>=0.3.1 (from drf-spectacular==0.27.0->-r requirements.txt (line 17))
  Using cached inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
Collecting sgmllib3k (from feedparser==6.0.11->-r requirements.txt (line 19))
  Using cached sgmllib3k-1.0.0-py3-none-any.whl
Collecting graphene<4,>=3.0 (from graphene-django==3.0.0->-r requirements.txt (line 20))
  Using cached graphene-3.3-py2.py3-none-any.whl.metadata (7.7 kB)
Collecting graphql-core<4,>=3.1.0 (from graphene-django==3.0.0->-r requirements.txt (line 20))
  Using cached graphql_core-3.2.3-py3-none-any.whl (202 kB)
Collecting graphql-relay<4,>=3.1.1 (from graphene-django==3.0.0->-r requirements.txt (line 20))
  Using cached graphql_relay-3.2.0-py3-none-any.whl (16 kB)
Collecting promise>=2.1 (from graphene-django==3.0.0->-r requirements.txt (line 20))
  Using cached promise-2.3-py3-none-any.whl
Collecting text-unidecode (from graphene-django==3.0.0->-r requirements.txt (line 20))
  Using cached text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
Collecting packaging (from gunicorn==21.2.0->-r requirements.txt (line 21))
  Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting MarkupSafe>=2.0 (from Jinja2==3.1.2->-r requirements.txt (line 22))
  Using cached MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Collecting babel~=2.10 (from mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting colorama~=0.4 (from mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting mkdocs-material-extensions~=1.3 (from mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached mkdocs_material_extensions-1.3.1-py3-none-any.whl.metadata (6.9 kB)
Collecting mkdocs~=1.5.3 (from mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached mkdocs-1.5.3-py3-none-any.whl.metadata (6.2 kB)
Collecting paginate~=0.5 (from mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached paginate-0.5.6-py3-none-any.whl
Collecting pygments~=2.16 (from mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting pymdown-extensions~=10.2 (from mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached pymdown_extensions-10.7-py3-none-any.whl.metadata (3.0 kB)
Collecting regex>=2022.4 (from mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
Collecting click>=7.0 (from mkdocstrings==0.24.0->mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25))
  Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting mkdocs-autorefs>=0.3.1 (from mkdocstrings==0.24.0->mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25))
  Using cached mkdocs_autorefs-0.5.0-py3-none-any.whl.metadata (4.0 kB)
Collecting platformdirs>=2.2.0 (from mkdocstrings==0.24.0->mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25))
  Using cached platformdirs-4.1.0-py3-none-any.whl.metadata (11 kB)
Collecting typing-extensions>=4.1 (from psycopg==3.1.16->psycopg[binary,pool]==3.1.16->-r requirements.txt (line 28))
  Using cached typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 30))
  Using cached charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 30))
  Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 30))
  Using cached urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 30))
  Using cached certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
Collecting oauthlib>=1.0.3 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Collecting requests-oauthlib>=0.6.1 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting PyJWT>=2.7.0 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB)
Collecting cryptography>=1.4 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB)
Collecting defusedxml>=0.5.0rc1 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached defusedxml-0.8.0rc2-py2.py3-none-any.whl.metadata (33 kB)
Collecting python3-openid>=3.0.10 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached python3_openid-3.2.0-py3-none-any.whl (133 kB)
Collecting mkdocstrings-python-legacy>=0.2.1 (from mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25))
  Using cached mkdocstrings_python_legacy-0.2.3-py3-none-any.whl (26 kB)
Collecting psycopg-pool (from psycopg[binary,pool]==3.1.16->-r requirements.txt (line 28))
  Using cached psycopg_pool-3.2.1-py3-none-any.whl.metadata (2.6 kB)
Collecting psycopg-binary==3.1.16 (from psycopg[binary,pool]==3.1.16->-r requirements.txt (line 28))
  Using cached psycopg_binary-3.1.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB)
WARNING: social-auth-core 4.5.1 does not provide the extra 'openidconnect'
Collecting cffi>=1.12 (from cryptography>=1.4->social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting aniso8601<10,>=8 (from graphene<4,>=3.0->graphene-django==3.0.0->-r requirements.txt (line 20))
  Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB)
Collecting attrs>=22.2.0 (from jsonschema>=2.6.0->drf-spectacular==0.27.0->-r requirements.txt (line 17))
  Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=2.6.0->drf-spectacular==0.27.0->-r requirements.txt (line 17))
  Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=2.6.0->drf-spectacular==0.27.0->-r requirements.txt (line 17))
  Using cached referencing-0.32.1-py3-none-any.whl.metadata (2.7 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=2.6.0->drf-spectacular==0.27.0->-r requirements.txt (line 17))
  Using cached rpds_py-0.16.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
Collecting ghp-import>=1.0 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached ghp_import-2.1.0-py3-none-any.whl (11 kB)
Collecting mergedeep>=1.3.4 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached mergedeep-1.3.4-py3-none-any.whl (6.4 kB)
Collecting pathspec>=0.11.1 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
Collecting pyyaml-env-tag>=0.1 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB)
Collecting watchdog>=2.0 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached watchdog-3.0.0-py3-none-manylinux2014_x86_64.whl (82 kB)
Collecting pytkdocs>=0.14 (from mkdocstrings-python-legacy>=0.2.1->mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25))
  Using cached pytkdocs-0.16.1-py3-none-any.whl (37 kB)
Collecting async-timeout>=4.0.2 (from redis!=4.0.0,!=4.0.1,>=3->django-redis==5.4.0->-r requirements.txt (line 10))
  Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting markdown-it-py>=2.2.0 (from rich>=10.0.0->django-rich==1.8.0->-r requirements.txt (line 11))
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting pycparser (from cffi>=1.12->cryptography>=1.4->social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32))
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting python-dateutil>=2.8.1 (from ghp-import>=1.0->mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24))
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.0.0->django-rich==1.8.0->-r requirements.txt (line 11))
  Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Using cached bleach-6.1.0-py3-none-any.whl (162 kB)
Using cached Django-4.2.8-py3-none-any.whl (8.0 MB)
Using cached django_cors_headers-4.3.1-py3-none-any.whl (12 kB)
Using cached django_debug_toolbar-4.2.0-py3-none-any.whl (223 kB)
Using cached django_filter-23.5-py3-none-any.whl (94 kB)
Using cached django_redis-5.4.0-py3-none-any.whl (31 kB)
Using cached django_rich-1.8.0-py3-none-any.whl (7.1 kB)
Using cached django_rq-2.10.1-py2.py3-none-any.whl (56 kB)
Downloading django_taggit-5.0.1-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.1/61.1 kB 160.4 kB/s eta 0:00:00
Using cached django_tables2-2.7.0-py2.py3-none-any.whl (95 kB)
Using cached django_timezone_field-6.1.0-py3-none-any.whl (12 kB)
Using cached drf_spectacular-0.27.0-py3-none-any.whl (101 kB)
Using cached drf_spectacular_sidecar-2023.12.1-py3-none-any.whl (2.4 MB)
Using cached feedparser-6.0.11-py3-none-any.whl (81 kB)
Using cached gunicorn-21.2.0-py3-none-any.whl (80 kB)
Downloading Markdown-3.5.1-py3-none-any.whl (102 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 170.4 kB/s eta 0:00:00
Using cached mkdocs_material-9.5.3-py3-none-any.whl (8.6 MB)
Using cached mkdocstrings-0.24.0-py3-none-any.whl (28 kB)
Using cached netaddr-0.9.0-py3-none-any.whl (2.2 MB)
Using cached Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.6 MB)
Using cached psycopg-3.1.16-py3-none-any.whl (175 kB)
Using cached PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached social_auth_app_django-5.4.0-py3-none-any.whl (26 kB)
Using cached social_auth_core-4.5.1-py3-none-any.whl (406 kB)
Using cached tablib-3.5.0-py3-none-any.whl (45 kB)
Using cached psycopg_binary-3.1.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)
Using cached asgiref-3.7.2-py3-none-any.whl (24 kB)
Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
Using cached certifi-2023.11.17-py3-none-any.whl (162 kB)
Using cached charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB)
Using cached defusedxml-0.8.0rc2-py2.py3-none-any.whl (25 kB)
Using cached graphene-3.3-py2.py3-none-any.whl (128 kB)
Using cached idna-3.6-py3-none-any.whl (61 kB)
Using cached jsonschema-4.20.0-py3-none-any.whl (84 kB)
Using cached MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Using cached mkdocs-1.5.3-py3-none-any.whl (3.7 MB)
Using cached mkdocs_autorefs-0.5.0-py3-none-any.whl (9.6 kB)
Using cached mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB)
Using cached packaging-23.2-py3-none-any.whl (53 kB)
Using cached platformdirs-4.1.0-py3-none-any.whl (17 kB)
Using cached prometheus_client-0.19.0-py3-none-any.whl (54 kB)
Using cached pygments-2.17.2-py3-none-any.whl (1.2 MB)
Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB)
Downloading pymdown_extensions-10.7-py3-none-any.whl (250 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.8/250.8 kB 1.7 MB/s eta 0:00:00
Using cached redis-5.0.1-py3-none-any.whl (250 kB)
Using cached regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (773 kB)
Using cached rich-13.7.0-py3-none-any.whl (240 kB)
Using cached rq-1.15.1-py2.py3-none-any.whl (95 kB)
Using cached typing_extensions-4.9.0-py3-none-any.whl (32 kB)
Using cached urllib3-2.1.0-py3-none-any.whl (104 kB)
Using cached django_js_asset-2.2.0-py3-none-any.whl (4.7 kB)
Using cached psycopg_pool-3.2.1-py3-none-any.whl (37 kB)
Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
Using cached cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Using cached pathspec-0.12.1-py3-none-any.whl (31 kB)
Using cached referencing-0.32.1-py3-none-any.whl (26 kB)
Using cached rpds_py-0.16.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
Installing collected packages: webencodings, text-unidecode, sgmllib3k, pytz, paginate, netaddr, aniso8601, watchdog, urllib3, uritemplate, tzdata, typing-extensions, tablib, svgwrite, sqlparse, six, rpds-py, regex, PyYAML, pytkdocs, PyJWT, pygments, pycparser, psycopg-binary, prometheus-client, platformdirs, Pillow, pathspec, packaging, oauthlib, mkdocs-material-extensions, mergedeep, mdurl, MarkupSafe, Markdown, inflection, idna, graphql-core, feedparser, defusedxml, colorama, click, charset-normalizer, certifi, babel, attrs, async-timeout, requests, referencing, redis, pyyaml-env-tag, python3-openid, python-dateutil, pymdown-extensions, psycopg-pool, psycopg, promise, markdown-it-py, Jinja2, gunicorn, graphql-relay, django-prometheus, django-pglocks, cffi, bleach, asgiref, rq, rich, requests-oauthlib, jsonschema-specifications, graphene, ghp-import, Django, cryptography, social-auth-core, mkdocs, jsonschema, graphene-django, drf-spectacular-sidecar, djangorestframework, django-timezone-field, django-taggit, django-tables2, django-rq, django-rich, django-redis, django-js-asset, django-filter, django-debug-toolbar, django-cors-headers, social-auth-app-django, mkdocs-material, mkdocs-autorefs, drf-spectacular, django-mptt, django-graphiql-debug-toolbar, mkdocstrings, mkdocstrings-python-legacy
Successfully installed Django-4.2.8 Jinja2-3.1.2 Markdown-3.5.1 MarkupSafe-2.1.3 Pillow-10.1.0 PyJWT-2.8.0 PyYAML-6.0.1 aniso8601-9.0.1 asgiref-3.7.2 async-timeout-4.0.3 attrs-23.2.0 babel-2.14.0 bleach-6.1.0 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 cryptography-41.0.7 defusedxml-0.8.0rc2 django-cors-headers-4.3.1 django-debug-toolbar-4.2.0 django-filter-23.5 django-graphiql-debug-toolbar-0.2.0 django-js-asset-2.2.0 django-mptt-0.14.0 django-pglocks-1.0.4 django-prometheus-2.3.1 django-redis-5.4.0 django-rich-1.8.0 django-rq-2.10.1 django-tables2-2.7.0 django-taggit-5.0.1 django-timezone-field-6.1.0 djangorestframework-3.14.0 drf-spectacular-0.27.0 drf-spectacular-sidecar-2023.12.1 feedparser-6.0.11 ghp-import-2.1.0 graphene-3.3 graphene-django-3.0.0 graphql-core-3.2.3 graphql-relay-3.2.0 gunicorn-21.2.0 idna-3.6 inflection-0.5.1 jsonschema-4.20.0 jsonschema-specifications-2023.12.1 markdown-it-py-3.0.0 mdurl-0.1.2 mergedeep-1.3.4 mkdocs-1.5.3 mkdocs-autorefs-0.5.0 mkdocs-material-9.5.3 mkdocs-material-extensions-1.3.1 mkdocstrings-0.24.0 mkdocstrings-python-legacy-0.2.3 netaddr-0.9.0 oauthlib-3.2.2 packaging-23.2 paginate-0.5.6 pathspec-0.12.1 platformdirs-4.1.0 prometheus-client-0.19.0 promise-2.3 psycopg-3.1.16 psycopg-binary-3.1.16 psycopg-pool-3.2.1 pycparser-2.21 pygments-2.17.2 pymdown-extensions-10.7 python-dateutil-2.8.2 python3-openid-3.2.0 pytkdocs-0.16.1 pytz-2023.3.post1 pyyaml-env-tag-0.1 redis-5.0.1 referencing-0.32.1 regex-2023.12.25 requests-2.31.0 requests-oauthlib-1.3.1 rich-13.7.0 rpds-py-0.16.2 rq-1.15.1 sgmllib3k-1.0.0 six-1.16.0 social-auth-app-django-5.4.0 social-auth-core-4.5.1 sqlparse-0.4.4 svgwrite-1.4.3 tablib-3.5.0 text-unidecode-1.3 typing-extensions-4.9.0 tzdata-2023.3 uritemplate-4.1.1 urllib3-2.1.0 watchdog-3.0.0 webencodings-0.5.1
Installing local dependencies (pip install -r local_requirements.txt)...
Collecting django-auth-ldap (from -r local_requirements.txt (line 1))
  Using cached django_auth_ldap-4.6.0-py3-none-any.whl.metadata (7.2 kB)
Requirement already satisfied: Django>=3.2 in ./venv/lib/python3.10/site-packages (from django-auth-ldap->-r local_requirements.txt (line 1)) (4.2.8)
Collecting python-ldap>=3.1 (from django-auth-ldap->-r local_requirements.txt (line 1))
  Using cached python_ldap-3.4.4-cp310-cp310-linux_x86_64.whl
Requirement already satisfied: asgiref<4,>=3.6.0 in ./venv/lib/python3.10/site-packages (from Django>=3.2->django-auth-ldap->-r local_requirements.txt (line 1)) (3.7.2)
Requirement already satisfied: sqlparse>=0.3.1 in ./venv/lib/python3.10/site-packages (from Django>=3.2->django-auth-ldap->-r local_requirements.txt (line 1)) (0.4.4)
Collecting pyasn1>=0.3.7 (from python-ldap>=3.1->django-auth-ldap->-r local_requirements.txt (line 1))
  Using cached pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)
Collecting pyasn1-modules>=0.1.5 (from python-ldap>=3.1->django-auth-ldap->-r local_requirements.txt (line 1))
  Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
Requirement already satisfied: typing-extensions>=4 in ./venv/lib/python3.10/site-packages (from asgiref<4,>=3.6.0->Django>=3.2->django-auth-ldap->-r local_requirements.txt (line 1)) (4.9.0)
Using cached django_auth_ldap-4.6.0-py3-none-any.whl (20 kB)
Using cached pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)
Installing collected packages: pyasn1, pyasn1-modules, python-ldap, django-auth-ldap
Successfully installed django-auth-ldap-4.6.0 pyasn1-0.5.1 pyasn1-modules-0.3.0 python-ldap-3.4.4
Applying database migrations (python3 netbox/manage.py migrate)...
Operations to perform:
  Apply all migrations: account, admin, auth, circuits, contenttypes, core, dcim, django_rq, extras, ipam, sessions, social_django, taggit, tenancy, users, virtualization, vpn, wireless
Running migrations:
  Applying circuits.0043_circuittype_color... OK
  Applying core.0006_datasource_type_remove_choices... OK
  Applying core.0007_job_add_error_field... OK
  Applying core.0008_contenttype_proxy... OK
  Applying core.0009_configrevision... OK
  Applying core.0010_gfk_indexes... OK
  Applying dcim.0183_devicetype_exclude_from_utilization... OK
  Applying dcim.0184_protect_child_interfaces... OK
  Applying dcim.0185_gfk_indexes... OK
  Applying extras.0099_cachedvalue_ordering... OK
  Applying extras.0100_customfield_ui_attrs... OK
  Applying extras.0101_eventrule... OK
  Applying extras.0102_move_configrevision... OK
  Applying extras.0103_gfk_indexes... OK
  Applying extras.0104_stagedchange_remove_change_logging... OK
  Applying extras.0105_customfield_min_max_values... OK
  Applying ipam.0068_move_l2vpn... OK
  Applying ipam.0069_gfk_indexes... OK
  Applying taggit.0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx... OK
  Applying tenancy.0012_contactassignment_custom_fields... OK
  Applying tenancy.0013_gfk_indexes... OK
  Applying virtualization.0037_protect_child_interfaces... OK
  Applying virtualization.0038_virtualdisk... OK
  Applying vpn.0001_initial... OK
  Applying vpn.0002_move_l2vpn... OK
Checking for missing cable paths (python3 netbox/manage.py trace_paths --no-input)...
Found no missing console port paths; skipping
Found no missing console server port paths; skipping
Found no missing interface paths; skipping
Found no missing power feed paths; skipping
Found no missing power outlet paths; skipping
Found no missing power port paths; skipping
Finished.
Building documentation (mkdocs build)...
INFO    -  Cleaning site directory
INFO    -  Building documentation to directory: /opt/netbox-3.7.0/netbox/project-static/docs
INFO    -  The following pages exist in the docs directory, but are not included in the "nav" configuration:
             - index.md
INFO    -  Documentation built in 20.03 seconds
Collecting static files (python3 netbox/manage.py collectstatic --no-input)...

531 static files copied to '/opt/netbox-3.7.0/netbox/static'.
Removing stale content types (python3 netbox/manage.py remove_stale_contenttypes --no-input)...
Rebuilding search cache (python3 netbox/manage.py reindex --lazy)...
Reindexing 74 models.
Indexing models
  core.datasource... Skipping (found 4 existing).
  core.datafile... No objects found.
  circuits.circuit... No objects found.
  circuits.circuittermination... No objects found.
  circuits.circuittype... No objects found.
  circuits.provider... No objects found.
  circuits.providernetwork... No objects found.
  dcim.cable... Skipping (found 263 existing).
  dcim.consoleport... Skipping (found 128 existing).
  dcim.consoleserverport... No objects found.
  dcim.device... Skipping (found 565 existing).
  dcim.devicebay... Skipping (found 16 existing).
  dcim.devicerole... Skipping (found 17 existing).
  dcim.devicetype... Skipping (found 32 existing).
  dcim.frontport... No objects found.
  dcim.interface... Skipping (found 18665 existing).
  dcim.inventoryitem... Skipping (found 495 existing).
  dcim.location... Skipping (found 16 existing).
  dcim.manufacturer... Skipping (found 18 existing).
  dcim.module... Skipping (found 64 existing).
  dcim.modulebay... Skipping (found 48 existing).
  dcim.moduletype... Skipping (found 11 existing).
  dcim.platform... Skipping (found 4 existing).
  dcim.powerfeed... Skipping (found 10 existing).
  dcim.poweroutlet... Skipping (found 480 existing).
  dcim.powerpanel... Skipping (found 9 existing).
  dcim.powerport... Skipping (found 276 existing).
  dcim.rack... Skipping (found 85 existing).
  dcim.rackreservation... Skipping (found 1 existing).
  dcim.rackrole... Skipping (found 7 existing).
  dcim.rearport... No objects found.
  dcim.region... Skipping (found 6 existing).
  dcim.site... Skipping (found 13 existing).
  dcim.sitegroup... Skipping (found 4 existing).
  dcim.virtualchassis... Skipping (found 7 existing).
  dcim.virtualdevicecontext... No objects found.
  ipam.aggregate... Skipping (found 16 existing).
  ipam.asn... Skipping (found 3 existing).
  ipam.asnrange... No objects found.
  ipam.fhrpgroup... No objects found.
  ipam.ipaddress... Skipping (found 450 existing).
  ipam.iprange... No objects found.
  ipam.prefix... Skipping (found 160 existing).
  ipam.rir... Skipping (found 4 existing).
  ipam.role... Skipping (found 2 existing).
  ipam.routetarget... Skipping (found 6 existing).
  ipam.service... No objects found.
  ipam.servicetemplate... No objects found.
  ipam.vlan... Skipping (found 34 existing).
  ipam.vlangroup... Skipping (found 13 existing).
  ipam.vrf... Skipping (found 6 existing).
  extras.journalentry... No objects found.
  extras.webhook... No objects found.
  tenancy.contact... No objects found.
  tenancy.contactgroup... No objects found.
  tenancy.contactrole... No objects found.
  tenancy.tenant... Skipping (found 74 existing).
  tenancy.tenantgroup... Skipping (found 4 existing).
  virtualization.cluster... No objects found.
  virtualization.clustergroup... No objects found.
  virtualization.clustertype... No objects found.
  virtualization.virtualmachine... No objects found.
  virtualization.vminterface... No objects found.
  virtualization.virtualdisk... No objects found.
  vpn.tunnel... No objects found.
  vpn.ikeproposal... No objects found.
  vpn.ikepolicy... No objects found.
  vpn.ipsecproposal... No objects found.
  vpn.ipsecpolicy... No objects found.
  vpn.ipsecprofile... No objects found.
  vpn.l2vpn... Skipping (found 24 existing).
  wireless.wirelesslan... No objects found.
  wireless.wirelesslangroup... No objects found.
  wireless.wirelesslink... No objects found.
Completed. Total entries: 22040
Removing expired user sessions (python3 netbox/manage.py clearsessions)...
--------------------------------------------------------------------
WARNING: No existing virtual environment was detected. A new one has
been created. Update your systemd service files to reflect the new
Python and gunicorn executables. (If this is a new installation,
this warning can be ignored.)

netbox.service ExecStart:
  /opt/netbox-3.7.0/venv/bin/gunicorn

netbox-rq.service ExecStart:
  /opt/netbox-3.7.0/venv/bin/python

After modifying these files, reload the systemctl daemon:
  > systemctl daemon-reload
--------------------------------------------------------------------
Upgrade complete! Don't forget to restart the NetBox services:
  > sudo systemctl restart netbox netbox-rq

Expected Behavior

WEB work

Observed Behavior

But the netbox stopped loading. Error:

<class 'core.models.contenttypes.ContentType.DoesNotExist'>

ContentType matching query does not exist.

Python version: 3.10.12
NetBox version: 3.7.0
Plugins: None installed

Can anyone help me?

Originally created by @Novgor on GitHub (Jan 10, 2024). ### Deployment Type Self-hosted ### NetBox Version v3.7.0 ### Python Version 3.10 ### Steps to Reproduce Hello. The update from 3.6.9 > 3.7.0 was successful. I am attaching the log. ```root@netbox:/opt/netbox# sudo ./upgrade.sh You are installing (or upgrading to) NetBox version 3.7.0 Using Python 3.10.12 Creating a new virtual environment at /opt/netbox-3.7.0/venv... Updating pip (pip install --upgrade pip)... Requirement already satisfied: pip in ./venv/lib/python3.10/site-packages (22.0.2) Collecting pip Using cached pip-23.3.2-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.0.2 Uninstalling pip-22.0.2: Successfully uninstalled pip-22.0.2 Successfully installed pip-23.3.2 pip 23.3.2 from /opt/netbox-3.7.0/venv/lib/python3.10/site-packages/pip (python 3.10) Installing Python system packages (pip install wheel)... Collecting wheel Using cached wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB) Using cached wheel-0.42.0-py3-none-any.whl (65 kB) Installing collected packages: wheel Successfully installed wheel-0.42.0 Installing core dependencies (pip install -r requirements.txt)... Collecting bleach==6.1.0 (from -r requirements.txt (line 1)) Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB) Collecting Django==4.2.8 (from -r requirements.txt (line 2)) Using cached Django-4.2.8-py3-none-any.whl.metadata (4.2 kB) Collecting django-cors-headers==4.3.1 (from -r requirements.txt (line 3)) Using cached django_cors_headers-4.3.1-py3-none-any.whl.metadata (16 kB) Collecting django-debug-toolbar==4.2.0 (from -r requirements.txt (line 4)) Using cached django_debug_toolbar-4.2.0-py3-none-any.whl.metadata (3.8 kB) Collecting django-filter==23.5 (from -r requirements.txt (line 5)) Using cached django_filter-23.5-py3-none-any.whl.metadata (5.2 kB) Collecting django-graphiql-debug-toolbar==0.2.0 (from -r requirements.txt (line 6)) Using cached django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl (7.3 kB) Collecting django-mptt==0.14.0 (from -r requirements.txt (line 7)) Using cached django_mptt-0.14.0-py3-none-any.whl (115 kB) Collecting django-pglocks==1.0.4 (from -r requirements.txt (line 8)) Using cached django_pglocks-1.0.4-py3-none-any.whl Collecting django-prometheus==2.3.1 (from -r requirements.txt (line 9)) Using cached django_prometheus-2.3.1-py2.py3-none-any.whl (29 kB) Collecting django-redis==5.4.0 (from -r requirements.txt (line 10)) Using cached django_redis-5.4.0-py3-none-any.whl.metadata (32 kB) Collecting django-rich==1.8.0 (from -r requirements.txt (line 11)) Using cached django_rich-1.8.0-py3-none-any.whl.metadata (6.8 kB) Collecting django-rq==2.10.1 (from -r requirements.txt (line 12)) Using cached django_rq-2.10.1-py2.py3-none-any.whl.metadata (18 kB) Collecting django-taggit==5.0.1 (from -r requirements.txt (line 13)) Downloading django_taggit-5.0.1-py3-none-any.whl.metadata (3.4 kB) Collecting django-tables2==2.7.0 (from -r requirements.txt (line 14)) Using cached django_tables2-2.7.0-py2.py3-none-any.whl.metadata (3.9 kB) Collecting django-timezone-field==6.1.0 (from -r requirements.txt (line 15)) Using cached django_timezone_field-6.1.0-py3-none-any.whl.metadata (12 kB) Collecting djangorestframework==3.14.0 (from -r requirements.txt (line 16)) Using cached djangorestframework-3.14.0-py3-none-any.whl (1.1 MB) Collecting drf-spectacular==0.27.0 (from -r requirements.txt (line 17)) Using cached drf_spectacular-0.27.0-py3-none-any.whl.metadata (14 kB) Collecting drf-spectacular-sidecar==2023.12.1 (from -r requirements.txt (line 18)) Using cached drf_spectacular_sidecar-2023.12.1-py3-none-any.whl.metadata (3.4 kB) Collecting feedparser==6.0.11 (from -r requirements.txt (line 19)) Using cached feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB) Collecting graphene-django==3.0.0 (from -r requirements.txt (line 20)) Using cached graphene_django-3.0.0-py2.py3-none-any.whl (101 kB) Collecting gunicorn==21.2.0 (from -r requirements.txt (line 21)) Using cached gunicorn-21.2.0-py3-none-any.whl.metadata (4.1 kB) Collecting Jinja2==3.1.2 (from -r requirements.txt (line 22)) Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Collecting Markdown==3.5.1 (from -r requirements.txt (line 23)) Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB) Collecting mkdocs-material==9.5.3 (from -r requirements.txt (line 24)) Using cached mkdocs_material-9.5.3-py3-none-any.whl.metadata (16 kB) Collecting mkdocstrings==0.24.0 (from mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25)) Using cached mkdocstrings-0.24.0-py3-none-any.whl.metadata (7.7 kB) Collecting netaddr==0.9.0 (from -r requirements.txt (line 26)) Using cached netaddr-0.9.0-py3-none-any.whl.metadata (5.1 kB) Collecting Pillow==10.1.0 (from -r requirements.txt (line 27)) Using cached Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting psycopg==3.1.16 (from psycopg[binary,pool]==3.1.16->-r requirements.txt (line 28)) Using cached psycopg-3.1.16-py3-none-any.whl.metadata (4.2 kB) Collecting PyYAML==6.0.1 (from -r requirements.txt (line 29)) Using cached PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting requests==2.31.0 (from -r requirements.txt (line 30)) Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting social-auth-app-django==5.4.0 (from -r requirements.txt (line 31)) Using cached social_auth_app_django-5.4.0-py3-none-any.whl.metadata (3.2 kB) Collecting social-auth-core==4.5.1 (from social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached social_auth_core-4.5.1-py3-none-any.whl.metadata (4.1 kB) Collecting svgwrite==1.4.3 (from -r requirements.txt (line 33)) Using cached svgwrite-1.4.3-py3-none-any.whl (67 kB) Collecting tablib==3.5.0 (from -r requirements.txt (line 34)) Using cached tablib-3.5.0-py3-none-any.whl.metadata (3.8 kB) Collecting tzdata==2023.3 (from -r requirements.txt (line 35)) Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) Collecting six>=1.9.0 (from bleach==6.1.0->-r requirements.txt (line 1)) Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting webencodings (from bleach==6.1.0->-r requirements.txt (line 1)) Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting asgiref<4,>=3.6.0 (from Django==4.2.8->-r requirements.txt (line 2)) Using cached asgiref-3.7.2-py3-none-any.whl.metadata (9.2 kB) Collecting sqlparse>=0.3.1 (from Django==4.2.8->-r requirements.txt (line 2)) Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) Collecting django-js-asset (from django-mptt==0.14.0->-r requirements.txt (line 7)) Using cached django_js_asset-2.2.0-py3-none-any.whl.metadata (3.5 kB) Collecting prometheus-client>=0.7 (from django-prometheus==2.3.1->-r requirements.txt (line 9)) Using cached prometheus_client-0.19.0-py3-none-any.whl.metadata (1.8 kB) Collecting redis!=4.0.0,!=4.0.1,>=3 (from django-redis==5.4.0->-r requirements.txt (line 10)) Using cached redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) Collecting rich>=10.0.0 (from django-rich==1.8.0->-r requirements.txt (line 11)) Using cached rich-13.7.0-py3-none-any.whl.metadata (18 kB) Collecting rq>=1.14 (from django-rq==2.10.1->-r requirements.txt (line 12)) Using cached rq-1.15.1-py2.py3-none-any.whl.metadata (1.6 kB) Collecting pytz (from djangorestframework==3.14.0->-r requirements.txt (line 16)) Using cached pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) Collecting uritemplate>=2.0.0 (from drf-spectacular==0.27.0->-r requirements.txt (line 17)) Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) Collecting jsonschema>=2.6.0 (from drf-spectacular==0.27.0->-r requirements.txt (line 17)) Using cached jsonschema-4.20.0-py3-none-any.whl.metadata (8.1 kB) Collecting inflection>=0.3.1 (from drf-spectacular==0.27.0->-r requirements.txt (line 17)) Using cached inflection-0.5.1-py2.py3-none-any.whl (9.5 kB) Collecting sgmllib3k (from feedparser==6.0.11->-r requirements.txt (line 19)) Using cached sgmllib3k-1.0.0-py3-none-any.whl Collecting graphene<4,>=3.0 (from graphene-django==3.0.0->-r requirements.txt (line 20)) Using cached graphene-3.3-py2.py3-none-any.whl.metadata (7.7 kB) Collecting graphql-core<4,>=3.1.0 (from graphene-django==3.0.0->-r requirements.txt (line 20)) Using cached graphql_core-3.2.3-py3-none-any.whl (202 kB) Collecting graphql-relay<4,>=3.1.1 (from graphene-django==3.0.0->-r requirements.txt (line 20)) Using cached graphql_relay-3.2.0-py3-none-any.whl (16 kB) Collecting promise>=2.1 (from graphene-django==3.0.0->-r requirements.txt (line 20)) Using cached promise-2.3-py3-none-any.whl Collecting text-unidecode (from graphene-django==3.0.0->-r requirements.txt (line 20)) Using cached text_unidecode-1.3-py2.py3-none-any.whl (78 kB) Collecting packaging (from gunicorn==21.2.0->-r requirements.txt (line 21)) Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2==3.1.2->-r requirements.txt (line 22)) Using cached MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting babel~=2.10 (from mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting colorama~=0.4 (from mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting mkdocs-material-extensions~=1.3 (from mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached mkdocs_material_extensions-1.3.1-py3-none-any.whl.metadata (6.9 kB) Collecting mkdocs~=1.5.3 (from mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached mkdocs-1.5.3-py3-none-any.whl.metadata (6.2 kB) Collecting paginate~=0.5 (from mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached paginate-0.5.6-py3-none-any.whl Collecting pygments~=2.16 (from mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting pymdown-extensions~=10.2 (from mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached pymdown_extensions-10.7-py3-none-any.whl.metadata (3.0 kB) Collecting regex>=2022.4 (from mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) Collecting click>=7.0 (from mkdocstrings==0.24.0->mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25)) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting mkdocs-autorefs>=0.3.1 (from mkdocstrings==0.24.0->mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25)) Using cached mkdocs_autorefs-0.5.0-py3-none-any.whl.metadata (4.0 kB) Collecting platformdirs>=2.2.0 (from mkdocstrings==0.24.0->mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25)) Using cached platformdirs-4.1.0-py3-none-any.whl.metadata (11 kB) Collecting typing-extensions>=4.1 (from psycopg==3.1.16->psycopg[binary,pool]==3.1.16->-r requirements.txt (line 28)) Using cached typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 30)) Using cached charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 30)) Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 30)) Using cached urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 30)) Using cached certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB) Collecting oauthlib>=1.0.3 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) Collecting requests-oauthlib>=0.6.1 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting PyJWT>=2.7.0 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB) Collecting cryptography>=1.4 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB) Collecting defusedxml>=0.5.0rc1 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached defusedxml-0.8.0rc2-py2.py3-none-any.whl.metadata (33 kB) Collecting python3-openid>=3.0.10 (from social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached python3_openid-3.2.0-py3-none-any.whl (133 kB) Collecting mkdocstrings-python-legacy>=0.2.1 (from mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25)) Using cached mkdocstrings_python_legacy-0.2.3-py3-none-any.whl (26 kB) Collecting psycopg-pool (from psycopg[binary,pool]==3.1.16->-r requirements.txt (line 28)) Using cached psycopg_pool-3.2.1-py3-none-any.whl.metadata (2.6 kB) Collecting psycopg-binary==3.1.16 (from psycopg[binary,pool]==3.1.16->-r requirements.txt (line 28)) Using cached psycopg_binary-3.1.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) WARNING: social-auth-core 4.5.1 does not provide the extra 'openidconnect' Collecting cffi>=1.12 (from cryptography>=1.4->social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) Collecting aniso8601<10,>=8 (from graphene<4,>=3.0->graphene-django==3.0.0->-r requirements.txt (line 20)) Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) Collecting attrs>=22.2.0 (from jsonschema>=2.6.0->drf-spectacular==0.27.0->-r requirements.txt (line 17)) Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=2.6.0->drf-spectacular==0.27.0->-r requirements.txt (line 17)) Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) Collecting referencing>=0.28.4 (from jsonschema>=2.6.0->drf-spectacular==0.27.0->-r requirements.txt (line 17)) Using cached referencing-0.32.1-py3-none-any.whl.metadata (2.7 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=2.6.0->drf-spectacular==0.27.0->-r requirements.txt (line 17)) Using cached rpds_py-0.16.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) Collecting ghp-import>=1.0 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached ghp_import-2.1.0-py3-none-any.whl (11 kB) Collecting mergedeep>=1.3.4 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached mergedeep-1.3.4-py3-none-any.whl (6.4 kB) Collecting pathspec>=0.11.1 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting pyyaml-env-tag>=0.1 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB) Collecting watchdog>=2.0 (from mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached watchdog-3.0.0-py3-none-manylinux2014_x86_64.whl (82 kB) Collecting pytkdocs>=0.14 (from mkdocstrings-python-legacy>=0.2.1->mkdocstrings[python-legacy]==0.24.0->-r requirements.txt (line 25)) Using cached pytkdocs-0.16.1-py3-none-any.whl (37 kB) Collecting async-timeout>=4.0.2 (from redis!=4.0.0,!=4.0.1,>=3->django-redis==5.4.0->-r requirements.txt (line 10)) Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) Collecting markdown-it-py>=2.2.0 (from rich>=10.0.0->django-rich==1.8.0->-r requirements.txt (line 11)) Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting pycparser (from cffi>=1.12->cryptography>=1.4->social-auth-core==4.5.1->social-auth-core[openidconnect]==4.5.1->-r requirements.txt (line 32)) Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting python-dateutil>=2.8.1 (from ghp-import>=1.0->mkdocs~=1.5.3->mkdocs-material==9.5.3->-r requirements.txt (line 24)) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.0.0->django-rich==1.8.0->-r requirements.txt (line 11)) Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB) Using cached bleach-6.1.0-py3-none-any.whl (162 kB) Using cached Django-4.2.8-py3-none-any.whl (8.0 MB) Using cached django_cors_headers-4.3.1-py3-none-any.whl (12 kB) Using cached django_debug_toolbar-4.2.0-py3-none-any.whl (223 kB) Using cached django_filter-23.5-py3-none-any.whl (94 kB) Using cached django_redis-5.4.0-py3-none-any.whl (31 kB) Using cached django_rich-1.8.0-py3-none-any.whl (7.1 kB) Using cached django_rq-2.10.1-py2.py3-none-any.whl (56 kB) Downloading django_taggit-5.0.1-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.1/61.1 kB 160.4 kB/s eta 0:00:00 Using cached django_tables2-2.7.0-py2.py3-none-any.whl (95 kB) Using cached django_timezone_field-6.1.0-py3-none-any.whl (12 kB) Using cached drf_spectacular-0.27.0-py3-none-any.whl (101 kB) Using cached drf_spectacular_sidecar-2023.12.1-py3-none-any.whl (2.4 MB) Using cached feedparser-6.0.11-py3-none-any.whl (81 kB) Using cached gunicorn-21.2.0-py3-none-any.whl (80 kB) Downloading Markdown-3.5.1-py3-none-any.whl (102 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 170.4 kB/s eta 0:00:00 Using cached mkdocs_material-9.5.3-py3-none-any.whl (8.6 MB) Using cached mkdocstrings-0.24.0-py3-none-any.whl (28 kB) Using cached netaddr-0.9.0-py3-none-any.whl (2.2 MB) Using cached Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.6 MB) Using cached psycopg-3.1.16-py3-none-any.whl (175 kB) Using cached PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB) Using cached requests-2.31.0-py3-none-any.whl (62 kB) Using cached social_auth_app_django-5.4.0-py3-none-any.whl (26 kB) Using cached social_auth_core-4.5.1-py3-none-any.whl (406 kB) Using cached tablib-3.5.0-py3-none-any.whl (45 kB) Using cached psycopg_binary-3.1.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) Using cached asgiref-3.7.2-py3-none-any.whl (24 kB) Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB) Using cached certifi-2023.11.17-py3-none-any.whl (162 kB) Using cached charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) Using cached click-8.1.7-py3-none-any.whl (97 kB) Using cached cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB) Using cached defusedxml-0.8.0rc2-py2.py3-none-any.whl (25 kB) Using cached graphene-3.3-py2.py3-none-any.whl (128 kB) Using cached idna-3.6-py3-none-any.whl (61 kB) Using cached jsonschema-4.20.0-py3-none-any.whl (84 kB) Using cached MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Using cached mkdocs-1.5.3-py3-none-any.whl (3.7 MB) Using cached mkdocs_autorefs-0.5.0-py3-none-any.whl (9.6 kB) Using cached mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB) Using cached packaging-23.2-py3-none-any.whl (53 kB) Using cached platformdirs-4.1.0-py3-none-any.whl (17 kB) Using cached prometheus_client-0.19.0-py3-none-any.whl (54 kB) Using cached pygments-2.17.2-py3-none-any.whl (1.2 MB) Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB) Downloading pymdown_extensions-10.7-py3-none-any.whl (250 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.8/250.8 kB 1.7 MB/s eta 0:00:00 Using cached redis-5.0.1-py3-none-any.whl (250 kB) Using cached regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (773 kB) Using cached rich-13.7.0-py3-none-any.whl (240 kB) Using cached rq-1.15.1-py2.py3-none-any.whl (95 kB) Using cached typing_extensions-4.9.0-py3-none-any.whl (32 kB) Using cached urllib3-2.1.0-py3-none-any.whl (104 kB) Using cached django_js_asset-2.2.0-py3-none-any.whl (4.7 kB) Using cached psycopg_pool-3.2.1-py3-none-any.whl (37 kB) Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB) Using cached attrs-23.2.0-py3-none-any.whl (60 kB) Using cached cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Using cached pathspec-0.12.1-py3-none-any.whl (31 kB) Using cached referencing-0.32.1-py3-none-any.whl (26 kB) Using cached rpds_py-0.16.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) Installing collected packages: webencodings, text-unidecode, sgmllib3k, pytz, paginate, netaddr, aniso8601, watchdog, urllib3, uritemplate, tzdata, typing-extensions, tablib, svgwrite, sqlparse, six, rpds-py, regex, PyYAML, pytkdocs, PyJWT, pygments, pycparser, psycopg-binary, prometheus-client, platformdirs, Pillow, pathspec, packaging, oauthlib, mkdocs-material-extensions, mergedeep, mdurl, MarkupSafe, Markdown, inflection, idna, graphql-core, feedparser, defusedxml, colorama, click, charset-normalizer, certifi, babel, attrs, async-timeout, requests, referencing, redis, pyyaml-env-tag, python3-openid, python-dateutil, pymdown-extensions, psycopg-pool, psycopg, promise, markdown-it-py, Jinja2, gunicorn, graphql-relay, django-prometheus, django-pglocks, cffi, bleach, asgiref, rq, rich, requests-oauthlib, jsonschema-specifications, graphene, ghp-import, Django, cryptography, social-auth-core, mkdocs, jsonschema, graphene-django, drf-spectacular-sidecar, djangorestframework, django-timezone-field, django-taggit, django-tables2, django-rq, django-rich, django-redis, django-js-asset, django-filter, django-debug-toolbar, django-cors-headers, social-auth-app-django, mkdocs-material, mkdocs-autorefs, drf-spectacular, django-mptt, django-graphiql-debug-toolbar, mkdocstrings, mkdocstrings-python-legacy Successfully installed Django-4.2.8 Jinja2-3.1.2 Markdown-3.5.1 MarkupSafe-2.1.3 Pillow-10.1.0 PyJWT-2.8.0 PyYAML-6.0.1 aniso8601-9.0.1 asgiref-3.7.2 async-timeout-4.0.3 attrs-23.2.0 babel-2.14.0 bleach-6.1.0 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 cryptography-41.0.7 defusedxml-0.8.0rc2 django-cors-headers-4.3.1 django-debug-toolbar-4.2.0 django-filter-23.5 django-graphiql-debug-toolbar-0.2.0 django-js-asset-2.2.0 django-mptt-0.14.0 django-pglocks-1.0.4 django-prometheus-2.3.1 django-redis-5.4.0 django-rich-1.8.0 django-rq-2.10.1 django-tables2-2.7.0 django-taggit-5.0.1 django-timezone-field-6.1.0 djangorestframework-3.14.0 drf-spectacular-0.27.0 drf-spectacular-sidecar-2023.12.1 feedparser-6.0.11 ghp-import-2.1.0 graphene-3.3 graphene-django-3.0.0 graphql-core-3.2.3 graphql-relay-3.2.0 gunicorn-21.2.0 idna-3.6 inflection-0.5.1 jsonschema-4.20.0 jsonschema-specifications-2023.12.1 markdown-it-py-3.0.0 mdurl-0.1.2 mergedeep-1.3.4 mkdocs-1.5.3 mkdocs-autorefs-0.5.0 mkdocs-material-9.5.3 mkdocs-material-extensions-1.3.1 mkdocstrings-0.24.0 mkdocstrings-python-legacy-0.2.3 netaddr-0.9.0 oauthlib-3.2.2 packaging-23.2 paginate-0.5.6 pathspec-0.12.1 platformdirs-4.1.0 prometheus-client-0.19.0 promise-2.3 psycopg-3.1.16 psycopg-binary-3.1.16 psycopg-pool-3.2.1 pycparser-2.21 pygments-2.17.2 pymdown-extensions-10.7 python-dateutil-2.8.2 python3-openid-3.2.0 pytkdocs-0.16.1 pytz-2023.3.post1 pyyaml-env-tag-0.1 redis-5.0.1 referencing-0.32.1 regex-2023.12.25 requests-2.31.0 requests-oauthlib-1.3.1 rich-13.7.0 rpds-py-0.16.2 rq-1.15.1 sgmllib3k-1.0.0 six-1.16.0 social-auth-app-django-5.4.0 social-auth-core-4.5.1 sqlparse-0.4.4 svgwrite-1.4.3 tablib-3.5.0 text-unidecode-1.3 typing-extensions-4.9.0 tzdata-2023.3 uritemplate-4.1.1 urllib3-2.1.0 watchdog-3.0.0 webencodings-0.5.1 Installing local dependencies (pip install -r local_requirements.txt)... Collecting django-auth-ldap (from -r local_requirements.txt (line 1)) Using cached django_auth_ldap-4.6.0-py3-none-any.whl.metadata (7.2 kB) Requirement already satisfied: Django>=3.2 in ./venv/lib/python3.10/site-packages (from django-auth-ldap->-r local_requirements.txt (line 1)) (4.2.8) Collecting python-ldap>=3.1 (from django-auth-ldap->-r local_requirements.txt (line 1)) Using cached python_ldap-3.4.4-cp310-cp310-linux_x86_64.whl Requirement already satisfied: asgiref<4,>=3.6.0 in ./venv/lib/python3.10/site-packages (from Django>=3.2->django-auth-ldap->-r local_requirements.txt (line 1)) (3.7.2) Requirement already satisfied: sqlparse>=0.3.1 in ./venv/lib/python3.10/site-packages (from Django>=3.2->django-auth-ldap->-r local_requirements.txt (line 1)) (0.4.4) Collecting pyasn1>=0.3.7 (from python-ldap>=3.1->django-auth-ldap->-r local_requirements.txt (line 1)) Using cached pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB) Collecting pyasn1-modules>=0.1.5 (from python-ldap>=3.1->django-auth-ldap->-r local_requirements.txt (line 1)) Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) Requirement already satisfied: typing-extensions>=4 in ./venv/lib/python3.10/site-packages (from asgiref<4,>=3.6.0->Django>=3.2->django-auth-ldap->-r local_requirements.txt (line 1)) (4.9.0) Using cached django_auth_ldap-4.6.0-py3-none-any.whl (20 kB) Using cached pyasn1-0.5.1-py2.py3-none-any.whl (84 kB) Installing collected packages: pyasn1, pyasn1-modules, python-ldap, django-auth-ldap Successfully installed django-auth-ldap-4.6.0 pyasn1-0.5.1 pyasn1-modules-0.3.0 python-ldap-3.4.4 Applying database migrations (python3 netbox/manage.py migrate)... Operations to perform: Apply all migrations: account, admin, auth, circuits, contenttypes, core, dcim, django_rq, extras, ipam, sessions, social_django, taggit, tenancy, users, virtualization, vpn, wireless Running migrations: Applying circuits.0043_circuittype_color... OK Applying core.0006_datasource_type_remove_choices... OK Applying core.0007_job_add_error_field... OK Applying core.0008_contenttype_proxy... OK Applying core.0009_configrevision... OK Applying core.0010_gfk_indexes... OK Applying dcim.0183_devicetype_exclude_from_utilization... OK Applying dcim.0184_protect_child_interfaces... OK Applying dcim.0185_gfk_indexes... OK Applying extras.0099_cachedvalue_ordering... OK Applying extras.0100_customfield_ui_attrs... OK Applying extras.0101_eventrule... OK Applying extras.0102_move_configrevision... OK Applying extras.0103_gfk_indexes... OK Applying extras.0104_stagedchange_remove_change_logging... OK Applying extras.0105_customfield_min_max_values... OK Applying ipam.0068_move_l2vpn... OK Applying ipam.0069_gfk_indexes... OK Applying taggit.0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx... OK Applying tenancy.0012_contactassignment_custom_fields... OK Applying tenancy.0013_gfk_indexes... OK Applying virtualization.0037_protect_child_interfaces... OK Applying virtualization.0038_virtualdisk... OK Applying vpn.0001_initial... OK Applying vpn.0002_move_l2vpn... OK Checking for missing cable paths (python3 netbox/manage.py trace_paths --no-input)... Found no missing console port paths; skipping Found no missing console server port paths; skipping Found no missing interface paths; skipping Found no missing power feed paths; skipping Found no missing power outlet paths; skipping Found no missing power port paths; skipping Finished. Building documentation (mkdocs build)... INFO - Cleaning site directory INFO - Building documentation to directory: /opt/netbox-3.7.0/netbox/project-static/docs INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: - index.md INFO - Documentation built in 20.03 seconds Collecting static files (python3 netbox/manage.py collectstatic --no-input)... 531 static files copied to '/opt/netbox-3.7.0/netbox/static'. Removing stale content types (python3 netbox/manage.py remove_stale_contenttypes --no-input)... Rebuilding search cache (python3 netbox/manage.py reindex --lazy)... Reindexing 74 models. Indexing models core.datasource... Skipping (found 4 existing). core.datafile... No objects found. circuits.circuit... No objects found. circuits.circuittermination... No objects found. circuits.circuittype... No objects found. circuits.provider... No objects found. circuits.providernetwork... No objects found. dcim.cable... Skipping (found 263 existing). dcim.consoleport... Skipping (found 128 existing). dcim.consoleserverport... No objects found. dcim.device... Skipping (found 565 existing). dcim.devicebay... Skipping (found 16 existing). dcim.devicerole... Skipping (found 17 existing). dcim.devicetype... Skipping (found 32 existing). dcim.frontport... No objects found. dcim.interface... Skipping (found 18665 existing). dcim.inventoryitem... Skipping (found 495 existing). dcim.location... Skipping (found 16 existing). dcim.manufacturer... Skipping (found 18 existing). dcim.module... Skipping (found 64 existing). dcim.modulebay... Skipping (found 48 existing). dcim.moduletype... Skipping (found 11 existing). dcim.platform... Skipping (found 4 existing). dcim.powerfeed... Skipping (found 10 existing). dcim.poweroutlet... Skipping (found 480 existing). dcim.powerpanel... Skipping (found 9 existing). dcim.powerport... Skipping (found 276 existing). dcim.rack... Skipping (found 85 existing). dcim.rackreservation... Skipping (found 1 existing). dcim.rackrole... Skipping (found 7 existing). dcim.rearport... No objects found. dcim.region... Skipping (found 6 existing). dcim.site... Skipping (found 13 existing). dcim.sitegroup... Skipping (found 4 existing). dcim.virtualchassis... Skipping (found 7 existing). dcim.virtualdevicecontext... No objects found. ipam.aggregate... Skipping (found 16 existing). ipam.asn... Skipping (found 3 existing). ipam.asnrange... No objects found. ipam.fhrpgroup... No objects found. ipam.ipaddress... Skipping (found 450 existing). ipam.iprange... No objects found. ipam.prefix... Skipping (found 160 existing). ipam.rir... Skipping (found 4 existing). ipam.role... Skipping (found 2 existing). ipam.routetarget... Skipping (found 6 existing). ipam.service... No objects found. ipam.servicetemplate... No objects found. ipam.vlan... Skipping (found 34 existing). ipam.vlangroup... Skipping (found 13 existing). ipam.vrf... Skipping (found 6 existing). extras.journalentry... No objects found. extras.webhook... No objects found. tenancy.contact... No objects found. tenancy.contactgroup... No objects found. tenancy.contactrole... No objects found. tenancy.tenant... Skipping (found 74 existing). tenancy.tenantgroup... Skipping (found 4 existing). virtualization.cluster... No objects found. virtualization.clustergroup... No objects found. virtualization.clustertype... No objects found. virtualization.virtualmachine... No objects found. virtualization.vminterface... No objects found. virtualization.virtualdisk... No objects found. vpn.tunnel... No objects found. vpn.ikeproposal... No objects found. vpn.ikepolicy... No objects found. vpn.ipsecproposal... No objects found. vpn.ipsecpolicy... No objects found. vpn.ipsecprofile... No objects found. vpn.l2vpn... Skipping (found 24 existing). wireless.wirelesslan... No objects found. wireless.wirelesslangroup... No objects found. wireless.wirelesslink... No objects found. Completed. Total entries: 22040 Removing expired user sessions (python3 netbox/manage.py clearsessions)... -------------------------------------------------------------------- WARNING: No existing virtual environment was detected. A new one has been created. Update your systemd service files to reflect the new Python and gunicorn executables. (If this is a new installation, this warning can be ignored.) netbox.service ExecStart: /opt/netbox-3.7.0/venv/bin/gunicorn netbox-rq.service ExecStart: /opt/netbox-3.7.0/venv/bin/python After modifying these files, reload the systemctl daemon: > systemctl daemon-reload -------------------------------------------------------------------- Upgrade complete! Don't forget to restart the NetBox services: > sudo systemctl restart netbox netbox-rq ``` ### Expected Behavior WEB work ### Observed Behavior But the netbox stopped loading. Error: ``` <class 'core.models.contenttypes.ContentType.DoesNotExist'> ContentType matching query does not exist. Python version: 3.10.12 NetBox version: 3.7.0 Plugins: None installed ``` Can anyone help me?
adam closed this issue 2025-12-29 20:45:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9074