REST icon indicating copy to clipboard operation
REST copied to clipboard

thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value'

Open homehappily opened this issue 8 months ago • 1 comments

When I run

RAYON_NUM_THREADS=6 CUDA_VISIBLE_DEVICES=0 python3 rest_test.py I encounter the following error:

thread '' panicked at 'called Option::unwrap() on a None value', src/lib.rs:282:53

The first time, reinstalling the environment solved the problem.However, after I rebuilt a new large datastore, the same error appeared again.Meanwhile, running with the small datastore works fine. Could you help me understand what the issue might be?

homehappily avatar Apr 28 '25 07:04 homehappily

I meet the problem same and fix it, see pull 32

Lihui-Gu avatar May 29 '25 12:05 Lihui-Gu