-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
postgresql is required on macOS Monterey #13464
Comments
We should probably be requiring or allowing What version of Python is this? Is this an M1/M2 Mac or an Intel chipset? |
Sorry, this is Python 3.8.9 on an M1. |
Unfortunately I don't think using |
on Linux, you only need the development libraries (hence the recommendations to install |
This seems to be a mess - cf https://www.psycopg.org/articles/2018/02/08/psycopg-274-released/ and psycopg/psycopg2#674. To cut a long story short: use of
This seems to be psycopg/psycopg2#1482 |
Hm, homebrew has libpq which appears to contain the same headers that the postgres formula includes. So I assume that would have been sufficient as well. |
Description
On macOS Monterey postgresql is required in order to install Synapse.
Steps to reproduce
Run
poetry install --extras all
and notice how it fails.After running
brew install postgresql
it succeeds.I think we should add this in the platform-specific installation instructions for macOS: https://matrix-org.github.io/synapse/latest/setup/installation.html#macos
Homeserver
n/a
Synapse Version
Current develop
Installation Method
n/a
Platform
macOS Monterey
Relevant log output
n/a
Anything else that would be useful to know?
n/a
The text was updated successfully, but these errors were encountered: