snap-research / articulated-animation

Code for Motion Representations for Articulated Animation paper
https://snap-research.github.io/articulated-animation/
Other
1.21k stars 348 forks source link

Error installing torch on Windows 10 #15

Open MiloMindbender opened 3 years ago

MiloMindbender commented 3 years ago

When I run your requirements install I get an error on torch, can a newer version be used? If not, how can I get the 1.4.0 version you require?

PS C:\Users\gcorson\Documents\GitHub\articulated-animation> pip install -r requirements.txt Collecting imageio==2.3.0 Using cached imageio-2.3.0-py2.py3-none-any.whl (3.3 MB) Collecting matplotlib==2.2.2 Using cached matplotlib-2.2.2-cp37-cp37m-win_amd64.whl (8.7 MB) Collecting numpy==1.15.0 Using cached numpy-1.15.0-cp37-none-win_amd64.whl (13.5 MB) Collecting pandas==0.23.4 Using cached pandas-0.23.4-cp37-cp37m-win_amd64.whl (7.9 MB) Collecting Pillow==5.2.0 Using cached Pillow-5.2.0-cp37-cp37m-win_amd64.whl (1.6 MB) Collecting PyYAML==5.1 Using cached PyYAML-5.1-cp37-cp37m-win_amd64.whl (215 kB) Collecting scikit-image==0.14.0 Using cached scikit_image-0.14.0-cp37-none-win_amd64.whl (24.6 MB) Collecting scikit-learn==0.19.2 Using cached scikit_learn-0.19.2-cp37-cp37m-win_amd64.whl (4.4 MB) Collecting scipy==1.1.0 Using cached scipy-1.1.0-cp37-none-win_amd64.whl (30.9 MB) ERROR: Could not find a version that satisfies the requirement torch==1.4.0 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 1.7.0, 1.7.1, 1.8.0, 1.8.1) ERROR: No matching distribution found for torch==1.4.0

AliaksandrSiarohin commented 3 years ago

Yes, you can use newer version.