Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Troubleshooting

### Error: "failed to run command 'qrun': No such file or directory"

**Cause**: Qlib dependency is not properly installed.

**Solution**:
1. Install Qlib from source:
pip install numpy
pip install --upgrade cython
git clone https://github.com/microsoft/qlib.git
cd qlib
pip install .

text

2. Verify installation:
which qrun

text

3. Download Qlib data:
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn