You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Installation of matrix-synapse as outlined here using pip install matrix-synapse[all] or pip install matrix-synapse[redis] does not work. Pip claims pip: No match.
Steps to reproduce
Install matrix-synapse from source and execute pip install matrix-synapse[all] or pip install matrix-synapse[redis].
Solution
Install dependencies manually (in this case redis dependencies):
pip install txredisapi hiredis
Version information
Software
Version
matrix-synapse
1.25.0
python
3.9.1
redis
6.0.10
Platform
OS in use is FreeBSD 12.2-RELEASE-p1 GENERIC amd64
The text was updated successfully, but these errors were encountered:
Description
Installation of
matrix-synapse
as outlined here usingpip install matrix-synapse[all]
orpip install matrix-synapse[redis]
does not work. Pip claimspip: No match.
Steps to reproduce
Install
matrix-synapse
from source and executepip install matrix-synapse[all]
orpip install matrix-synapse[redis]
.Solution
Install dependencies manually (in this case redis dependencies):
Version information
Platform
OS in use is FreeBSD 12.2-RELEASE-p1 GENERIC amd64
The text was updated successfully, but these errors were encountered: