From 5258a3bb5a88fba95568c9d14a3a11f87c4d58a4 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Thu, 11 Apr 2024 12:17:08 -0700 Subject: [PATCH] add note about tqdm crashes in debug mode --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e9d0647..2febcae 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ PROV_CREDENTIALS={"admin": "admin"} // OpenSearch username/password PROV_ENDPOINT=https://localhost:9200 // OpenSearch host url and port LOGLEVEL - an integer log level or anycase string matching a python log level like `INFO` (optional - defaults to `INFO`)) DEV_MODE=1 // disables host verification + +// tqdm dependency may cause fatal crashes on some architectures when breakpoints are used in debug mode with Cython speedup extension enabled +PYDEVD_USE_CYTHON=NO // disables Cython speedup extension ``` With `--legacy-sync` option, you also need the list of the cross-cluster-search node configured to access all the node's OpensSearch domains: