microsoft / DiskANN

Graph-structured Indices for Scalable, Fast, Fresh and Filtered Approximate Nearest Neighbor Search
Other
1.02k stars 208 forks source link

[Question] Kernel died after diskannpy import #529

Open ABZ187 opened 5 months ago

ABZ187 commented 5 months ago

Followed the procedure on https://github.com/microsoft/DiskANN/blob/main/README.md for windows, dist directory didn't had .whl file so, directly installed it diskannpy through pip but now when I am importing diskannpy kernel is dying.

(https://github.com/microsoft/DiskANN/blob/main/python/README.md#:~:text=The%20built%20wheel%20will%20be%20placed%20in%20the%20dist%20directory%20in%20your%20DiskANN%20root.%20Install%20it%20using%20pip%20install%20dist/%3Cwheel%20name%3E.whl ) 05:59:56.997 [info] Kernel process 2372. 06:00:02.720 [info] Registering Kernel Completion Provider from kernel venv (Python 3.10.8) for language python 06:00:32.404 [info] Start refreshing Interpreter Kernel Picker 06:00:32.404 [info] Start refreshing Kernel Picker (1710549032404) 06:00:32.431 [info] Process Execution: ~\Desktop\DiskANN\venv\Scripts\python.exe ~.vscode\extensions\ms-toolsai.jupyter-2024.1.1-win32-x64\pythonFiles\printJupyterDataDir.py 06:00:32.872 [warn] Got an empty Jupyter Data Dir from ~\DESKTOP\DISKANN\VENV\SCRIPTS\PYTHON.EXE, stderr = undefined 06:00:34.288 [info] End refreshing Kernel Picker (1710549032404) 06:00:42.932 [info] Handle Execution of Cells 0 for ~\Desktop\DiskANN\demo.ipynb 06:00:43.124 [info] Kernel acknowledged execution of cell 0 @ 1710549043122 06:00:43.427 [error] Disposing session as kernel process died ExitCode: 3221225501, Reason: 06:00:43.428 [info] Dispose Kernel process 2372. 06:00:43.508 [info] End cell 0 execution after -1710549043.122s, completed @ undefined, started @ 1710549043122 Screenshot (10)