Skip to content

Commit 0a82886

Browse files
committed
add m1 specific psycopg instructions
1 parent b5c8895 commit 0a82886

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ The bot's main goal is to make life easier for the conference teams by streamlin
5454

5555
## Local Development
5656

57+
58+
### FAQ
59+
#### Using M1 Mac, and psycopg doesn't work?
60+
61+
Make sure that your Python installation is compiled with lipbq correctly.
62+
In case of using brew and pyenv this could help:
63+
64+
```
65+
$ brew link --force libpq
66+
$ export PATH="/opt/homebrew/opt/libpq/bin:$PATH"
67+
$ pyenv install 3.12
68+
```
69+
5770
...
5871

5972
## Contributing

0 commit comments

Comments
 (0)