ERROR: No matching distribution found

I can’t install torch using tox.ini nor using pip install . is there a way to fix this error

Option 1

requiremenst.txt: content

torch===1.5.1
torchvision===0.6.1

py37 installdeps: -rrequirements.txt

ERROR: Could not find a version that satisfies the requirement torch===1.5.1 (from -r requirements.txt (line 11)) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch===1.5.1 (from -r requirements.txt (line 11))

=================================== log end ===================================
ERROR: could not install deps [-rrequirements.txt]; v = InvocationError("'C:\\Users\\ander\\OneDrive\\Projects\\Common-Voice\\model\\.tox\\py37\\Scripts\\pip.EXE' install -rrequirements.txt", 1)
___________________________________ summary ___________________________________
ERROR:   py37: could not install deps [-rrequirements.txt]; v = InvocationError("'C:\\Users\\ander\\OneDrive\\Projects\\Common-Voice\\model\\.tox\\py37\\Scripts\\pip.EXE' install -rrequirements.txt", 1)

Option 2

requirements.txt: content

torch===1.5.1 f https://download.pytorch.org/whl/torch_stable.html
torchvision===0.6.1 f https://download.pytorch.org/whl/torch_stable.html

Error log:

py37 installdeps: -rrequirements.txt
ERROR: invocation failed (exit code 1), logfile: C:\Users\ander\OneDrive\Projects\Common-Voice\model\.tox\py37\log\py37-1.log
================================== log start ==================================
ERROR: Invalid requirement: 'torch===1.5.1 f https://download.pytorch.org/whl/torch_stable.html' (from line 11 of requirements.txt)

=================================== log end ===================================
ERROR: could not install deps [-rrequirements.txt]; v = InvocationError("'C:\\Users\\ander\\OneDrive\\Projects\\Common-Voice\\model\\.tox\\py37\\Scripts\\pip.EXE' install -rrequirements.txt", 1)
___________________________________ summary ___________________________________
ERROR:   py37: could not install deps [-rrequirements.txt]; v = InvocationError("'C:\\Users\\ander\\OneDrive\\Projects\\Common-Voice\\model\\.tox\\py37\\Scripts\\pip.EXE' install -rrequirements.txt", 1)