From a99372eaf81c5897368564b0fc7acf7829b3fe04 Mon Sep 17 00:00:00 2001 From: Rohit Date: Sun, 8 Sep 2024 23:32:39 +0530 Subject: [PATCH] Resolve for psycopg2 package error in M1 chip Signed-off-by: Rohit --- ...l-Development-\342\200\220-Step-by-step-instructions.md" | 6 ++++++ 1 file changed, 6 insertions(+) diff --git "a/Local-Development-\342\200\220-Step-by-step-instructions.md" "b/Local-Development-\342\200\220-Step-by-step-instructions.md" index 736ddf0..ce57f8a 100644 --- "a/Local-Development-\342\200\220-Step-by-step-instructions.md" +++ "b/Local-Development-\342\200\220-Step-by-step-instructions.md" @@ -290,6 +290,12 @@ source ./venv/bin/activate > [!NOTE] > You can check up on druid indexing progress on the druid console at http://localhost:8081/ +>[!NOTE] +> On mac with M1 chip, there will be error related to `psycopg2`. You can resolve this by running the following command: + ```bash +pip install psycopg2-binary --force-reinstall --no-cache-dir + ``` + ### Start web server Start webpack: