Installation instructions from GIT leave out many dependencies #8894

Closed
opened 2025-12-29 20:42:35 +01:00 by adam · 1 comment
Owner

Originally created by @owendelong on GitHub (Nov 29, 2023).

Change Type

Correction

Area

Installation/upgrade

Proposed Changes

When installing from a full clone of the latest repo, I found the following missing Debian packages were needed, but not mentioned in the installation instructions.

  • python3-sentry-sdk
  • python3-packaging
  • python3-netaddr
  • python3-psycopg2
  • python3-yaml
  • python3-django-cors-headers
  • python3-django-debug-toolbar
  • python3-django-graphiql-debug-toolbar
  • python3-django-filters
  • python3-django-tables2
  • python3-django-prometheus
  • python3-django-mptt
  • python3-django-restframework-guardian
  • python3-social-django
  • python3-django-taggit
  • python3-django-timezone-field
  • python3-django-rq
  • python3-djangorestframework-spectacular
  • pipx
  • python3-django-bleach
  • python3-django-feedparser
  • python3-feedparser
  • python3-drf-spectacular-sidecar-nonfree_2023.6.1-1_all.deb -- Note this one was not one I could find with apt and I ended up having to manually download the .deb and install with dpkg.
Originally created by @owendelong on GitHub (Nov 29, 2023). ### Change Type Correction ### Area Installation/upgrade ### Proposed Changes When installing from a full clone of the latest repo, I found the following missing Debian packages were needed, but not mentioned in the installation instructions. - python3-sentry-sdk - python3-packaging - python3-netaddr - python3-psycopg2 - python3-yaml - python3-django-cors-headers - python3-django-debug-toolbar - python3-django-graphiql-debug-toolbar - python3-django-filters - python3-django-tables2 - python3-django-prometheus - python3-django-mptt - python3-django-restframework-guardian - python3-social-django - python3-django-taggit - python3-django-timezone-field - python3-django-rq - python3-djangorestframework-spectacular - pipx - python3-django-bleach - python3-django-feedparser - python3-feedparser - python3-drf-spectacular-sidecar-nonfree_2023.6.1-1_all.deb -- Note this one was not one I could find with apt and I ended up having to manually download the .deb and install with dpkg.
adam added the type: documentation label 2025-12-29 20:42:35 +01:00
adam closed this issue 2025-12-29 20:42:35 +01:00
Author
Owner

@ITJamie commented on GitHub (Nov 29, 2023):

These would normally be installed by pip via the requirements file rather than using apt packages

@ITJamie commented on GitHub (Nov 29, 2023): These would normally be installed by pip via the requirements file rather than using apt packages
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8894