cszn / DnCNN

Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising (TIP, 2017)
https://cszn.github.io/
1.42k stars 534 forks source link

ERROR: Could not find a version that satisfies the requirement torch==0.4.1 ERROR: No matching distribution found for torch==0.4.1 #87

Open muhammad-aamir94 opened 3 years ago

muhammad-aamir94 commented 3 years ago

After cloning this github repo locally on my PC to run through Visual Studio code. I encounter following error on installing pytorch version 0.4.1

pip3 install torch==0.4.1 -f https://download.pytorch.org/whl/torch_stable.html (Thats my command)

ERROR:

Could not fetch URL https://download.pytorch.org/whl/torch_stable.html: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='download.pytorch.org', port=443): Max retries exceeded with url: /whl/torch_stable.html (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123)'))) - skipping ERROR: Could not find a version that satisfies the requirement torch==0.4.1 ERROR: No matching distribution found for torch==0.4.1

muhammad-aamir94 commented 3 years ago

How can I remove this error?