FS#66935 - [matrix-synapse] Error during matrix-synapse startup (dependency on prometheus_client)

Attached to Project: Community Packages
Opened by Nigel Kukard (nkukard) - Monday, 08 June 2020, 07:03 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 08 June 2020, 13:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details


Upgrading to the latest version of matrix-synapse seems to render the below result at least on a new server startup...

Jun 08 01:49:10 59162f28b277 synapse[896]: ERROR:root:Needed prometheus_client>=0.0.18,<0.8.0, got prometheus-client==0.8.0
Jun 08 01:49:10 59162f28b277 synapse[896]: Missing Requirements: 'prometheus_client>=0.0.18,<0.8.0'
Jun 08 01:49:10 59162f28b277 synapse[896]: To install run:
Jun 08 01:49:10 59162f28b277 synapse[896]: pip install --upgrade --force 'prometheus_client>=0.0.18,<0.8.0'

This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 08 June 2020, 13:40 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#66901   FS#66906 
Comment by Dmitry V. Luciv (dluciv) - Monday, 08 June 2020, 10:47 GMT
To workaround I recommend using pip install --user under synapse account to keep the whole system up to date

Loading...