yoyo-nb / Thin-Plate-Spline-Motion-Model

[CVPR 2022] Thin-Plate Spline Motion Model for Image Animation.
MIT License
3.39k stars 555 forks source link

Installing failed #32

Open chrisbward opened 1 year ago

chrisbward commented 1 year ago

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 commented 1 year ago

Downgraded venv to 3.8, upgraded pip - same error

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

yoyo-nb commented 1 year ago

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