Filed this bug but I'm guessing it's a Xet issue instead of dataset issue under the hood.
I'm trying to load a dataset on Kaggle TPU image. This does not work as you can see in here. The error is:
2025-10-14T03:12:33.133556Z ERROR Python exception updating progress:, error: PyErr { type: <class 'LookupError'>, value: LookupError(<ContextVar name='shell_parent' at 0x7ce1aa0b1ee0>), traceback: Some(<traceback object at 0x7ce0b6599600>) }, caller: "src/progress_update.rs:313"
at /home/runner/work/xet-core/xet-core/error_printer/src/lib.rs:28
And the code is just stuck there.
Filed this bug but I'm guessing it's a
Xetissue instead ofdatasetissue under the hood.I'm trying to load a dataset on Kaggle TPU image. This does not work as you can see in here. The error is:
And the code is just stuck there.