Documentation issue: missing dependency for installing python modules #339

Closed
opened 2025-12-29 16:21:03 +01:00 by adam · 0 comments
Owner

Originally created by @iamdadmin on GitHub (Aug 8, 2016).

On this page http://netbox.readthedocs.io/en/latest/installation/netbox/ when using pip to install the contents of requirements.txt, the cryptography package will fail to compile without:

yum-based

yum install openssl-devel

apt-based

apt-get install libssl-dev

You may want to add this to your list of operating system dependencies at the top of the page.

Originally created by @iamdadmin on GitHub (Aug 8, 2016). On this page http://netbox.readthedocs.io/en/latest/installation/netbox/ when using pip to install the contents of requirements.txt, the cryptography package will fail to compile without: yum-based yum install openssl-devel apt-based apt-get install libssl-dev You may want to add this to your list of operating system dependencies at the top of the page.
adam added the type: documentation label 2025-12-29 16:21:03 +01:00
adam closed this issue 2025-12-29 16:21:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#339