Add windows support - #17
Conversation
|
Do you do anything special to install torch? I get: The last time this happened in another project I think I gave up :( |
|
@dakotahawkins Installing Pytorch for windows by pip need special links, e.g. You can find more information from pytorch official website |
|
Yeah I tried that. Maybe now it's because I installed python 3.8, idk. At any rate, for windows support I'd consider adding this step to some kind of script. I tried (everything short of downgrading python) but couldn't make it work. |
|
@dakotahawkin, It seems that there are not offical support of python3.8 till now, you should use python3.7 or python3.6 etc as shown in above figure |
|
@dakotahawkins check in cmd where python, where pip, where pip3 and see if you dont have any wrong environmentals. i had 2.x hijacking my 3.7, had to remove the paths and then torch would install. |
|
@us is numpy.array.long() working for you? |
|
to get output video in win, change this line: |

Tested on windows 10.