Skip to content

Commit

Permalink
Merge pull request #117 from NASA-PDS/readme-update
Browse files Browse the repository at this point in the history
add note about tqdm crashes in debug mode
  • Loading branch information
alexdunnjpl authored Apr 11, 2024
2 parents f7c5cb3 + 5258a3b commit f76b797
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f76b797

Please sign in to comment.