int-brain-lab / ONE

Open Neurophysiology Environment
MIT License
17 stars 5 forks source link

Is there an issue with ONE.download threads and the Jupyter notebook extension ? #122

Closed oliche closed 1 month ago

oliche commented 5 months ago

This has happened twice recently: Once with a researcher within the IBL, and then again here: https://neurostars.org/t/spikesortingloader-load-spike-sorting-gets-stuck-repeatedly/29560

The download function launches some threads, it may be useful for some staff to install and use VScode to see if this can be reproduced.

k1o0 commented 1 month ago

This may be resolved by https://github.com/int-brain-lab/ONE/commit/a17cc18b374370e855f1822e68037980473575db. Adding ONE_HTTP_DL_THREADS=1 will now keep ONE single threaded. Reopen if necessary...