psycopg[binary,pool] breaks s390x deployments #15193
Labels
status: accepted
This issue has been accepted for implementation
status: under review
Further discussion is needed to determine this issue's scope and/or implementation
type: bug
A confirmed report of unexpected behavior in the application
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.
The text was updated successfully, but these errors were encountered: