Torch and torchvision MUST BE installed manually: pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
Rest of requirements can be installed normally with: pip install -r requirements.txt
ALWAYS RUN PROGRAM FROM WITHIN .VENV OR COMPILED FILE.