Two users had a OSError: [WinError 126] The specified module could not be found when starting the batch processing, after an apparently successful installation.
In both cases, Tierpsy was installed on a Windows machine without a CUDA-enabled GPU
Fix:
Install the CPU-only version of pytorch: conda install pytorch torchvision cpuonly -c pytorch
Issue:
Two users had a
OSError: [WinError 126] The specified module could not be found
when starting the batch processing, after an apparently successful installation. In both cases, Tierpsy was installed on a Windows machine without a CUDA-enabled GPUFix:
Install the CPU-only version of pytorch:
conda install pytorch torchvision cpuonly -c pytorch