Closed
Description
Deployment Type
Self-hosted
NetBox Version
v3.7.2
Python Version
3.8
Steps to Reproduce
Hello, This change in the requirements to use the binary psycopg breaks my deployment on s390x.
https://github.com/netbox-community/netbox/blob/develop/requirements.txt#L28
I modified my installation to use just psycopg[pool]==3.1.18
and it is working okay.. Is there any way that you can detect the architecture and not use the binary if it's not available?
Thanks for the awesome product, I really love netbox!
Expected Behavior
Installation of netbox works on s390x without modification to requirements.txt.
Observed Behavior
psycopg binary is unavailable for s390x architecture.