Thin-Plate-Spline-Motion-Model icon indicating copy to clipboard operation
Thin-Plate-Spline-Motion-Model copied to clipboard

Installing failed

Open chrisbward opened this issue 1 year ago • 2 comments

Hi,

I've set up python 3.9, ran get-pip, upgraded pip, set up my venv and I get this on install;

ERROR: Could not find a version that satisfies the requirement torch==1.10.0+cu113 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1)

Dockerfile would be a good idea?

I'm rocking Ubuntu 20.04

chrisbward avatar Sep 25 '22 06:09 chrisbward

Downgraded venv to 3.8, upgraded pip - same error

Found this - https://discuss.pytorch.org/t/pytorch-pip-installation-not-working/134884/3

chrisbward avatar Sep 25 '22 07:09 chrisbward

You can follow the instructions on pytorch.org to install the appropriate version of torch

yoyo-nb avatar Sep 30 '22 08:09 yoyo-nb