To work with the rPPG-Toolbox, I followed the official README’s recommendation and chose to use WSL together with uv instead of conda. The goal is to use the pre-trained models.

I have taken the following steps so far:
- git clone https://github.com/ubicomplab/rPPG-Toolbox.git
- cd rPPG-Toolbox
- curl -Ls https://astral.sh/uv/install.sh | bash
- bash setup.sh uv
There were no errors in steps 1-3, everything ran smoothly.
From step 4 onwards, there are problems that continue to occur:

Following the error, I tried to reinstall torch as described in the error:
uv pip install torch (no errors)
To be on the safe side, I also tried the whole thing with conda, but the error occurs in the same place
Perhaps the problem can be solved easily
To work with the rPPG-Toolbox, I followed the official README’s recommendation and chose to use WSL together with uv instead of conda. The goal is to use the pre-trained models.
I have taken the following steps so far:
There were no errors in steps 1-3, everything ran smoothly.
From step 4 onwards, there are problems that continue to occur:
Following the error, I tried to reinstall torch as described in the error:
uv pip install torch (no errors)
To be on the safe side, I also tried the whole thing with conda, but the error occurs in the same place
Perhaps the problem can be solved easily