DengPingFan / SINet

Camouflaged Object Detection, CVPR 2020 (Oral)

Home Page:http://dpfan.net/Camouflage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in pip install requirement.txt

NitikaGupta16 opened this issue · comments

I am trying to test SINet in Windows machine. When I executed the command pip install requirement.txt , it is giving me error :
ERROR: Could not find a version that satisfies the requirement torch==1.3.1 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2)
ERROR: No matching distribution found for torch==1.3.1

Please help me resolve this issue in Windows machine

I am trying to test SINet in Windows machine. When I executed the command pip install requirement.txt , it is giving me error : ERROR: Could not find a version that satisfies the requirement torch==1.3.1 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2) ERROR: No matching distribution found for torch==1.3.1

Please help me resolve this issue in Windows machine

Had you solved it