Djdefrag/QualityScaler

The AI Lib is not being downloaded using pip?!

MuhammadShahzeb123 opened this issue · 1 comments

PS D:\Projects\QualityScaler> pip install -r .\requirements.txt
ERROR: Could not find a version that satisfies the requirement torch-directml (from versions: none)
ERROR: No matching distribution found for torch-directml
PS D:\Projects\QualityScaler> pip install torch-directml
ERROR: Could not find a version that satisfies the requirement torch-directml (from versions: none)
ERROR: No matching distribution found for torch-directml

Please help

Hi my friend,

yes, torch-directml is in requirements.txt.

Probably you are using Python 3.11 that is not supported by torch-directml, so you have to use python 3.10.x :)