Failed to run blob picker

HI!
Running blob picker produces the following error:

Traceback (most recent call last):
  File "cryosparc_master/cryosparc_compute/run.py", line 129, in cryosparc_master.cryosparc_compute.run.main
  File "cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py", line 56, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.run
  File "cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py", line 99, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.do_pick
  File "cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py", line 347, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.do_pick
  File "/home/xhe/software/cryosparc/cryosparc_worker/cryosparc_compute/skcuda_internal/fft.py", line 112, in __init__
    self.handle = cryosparc_gpu.gpufft_get_plan(
RuntimeError: cuda failure (driver API): cuCtxGetDevice(&device)
-> [unknown error code]

I saw a similar problem that was solved by lowering the version to 3.6.1. Is there any other solution?Lowering the version is not applicable to me.
Note: The system CUDA version is 12.2; cryosparc version is 4.6.3; it is installed under Ubuntu in WSL.
Thank you, looking forward to the developers’ answers.

WSL is not supported. Baremetal Linux only (that page is a bit out of date). WSL(2) may work for some things, but other things will just not work.

I am indeed using WSL2, which can complete the first four steps of installation and testing data until the blob picker fails.