Error occurs when i install pytorch on windows by pip or conda

  1. when i run pip3 command or similiar command,it said;

torch-1.0.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
when i run

2.when i run conda install pytorch-cpu torchvision-cpu -c pytorch
it said
Solving environment: failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.

If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.

SSLError(MaxRetryError(‘HTTPSConnectionPool(host=‘repo.anaconda.com’, port=443): Max retries exceeded with url: /pkgs/main/noarch/repodata.json.bz2 (Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available.”))’))

It seems to be a conda bug. Could you try the suggestions posted in this issue?

deactivate conda and
conda update anaconda-navigator

should work.