Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Dogepus

2
Posts
A member registered Jan 14, 2021

Recent community posts

(2 edits)

Thanks! It doesn't freeze anymore. I had the wrong version of Python. However, when I try to run

pip install torch===1.7.0+cu110 torchvision===0.8.1+cu110 -f https://download.pytorch.org/whl/torch_stable.html

It throws this error:

Looking in links: https://download.pytorch.org/whl/torch_stable.html
ERROR: Could not find a version that satisfies the requirement torch===1.7.0+cu110
ERROR: No matching distribution found for torch===1.7.0+cu110

The 'pip install opencv-python sk-video imageio' command worked fine.

Hmm. I can't seem to get any version to run. I've tested it on both computers I own (one Nvidia gpu and one AMD), but in both scenarios the gui freezes completely once I load in any video file. How should I troubleshoot this?