### Describe the bug When I referred to the guidebook for operation, I encountered the following error. `Segmentation fault (core dumped)` ### Steps to reproduce 1. pip install graphrag 2. mkdir -p ./ragtest/input 3. curl https://www.gutenberg.org/cache/epub/24022/pg24022.txt > ./ragtest/input/book.txt 4. python -m graphrag.index --init --root ./ragtest ### Expected Behavior create two files: .env and settings.yaml in the ./ragtest directory. ### GraphRAG Config Used before configuration generated ### Logs and screenshots  ### Additional Information - GraphRAG Version:0.1.1 - Operating System:Linux bras-base-otwaon1140w-grc-29-76-64-194-71.dsl.bell.ca 4.18.0-147.5.2.19.h1305.eulerosv2r10.x86_64 #1 SMP Tue Jun 6 07:58:07 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux - Python Version:Python 3.11.5
Describe the bug
When I referred to the guidebook for operation, I encountered the following error.
Segmentation fault (core dumped)Steps to reproduce
Expected Behavior
create two files: .env and settings.yaml in the ./ragtest directory.
GraphRAG Config Used
before configuration generated
Logs and screenshots
Additional Information