Please [help] in torch , pytorch pakages

Hello …
I tryied to install torch , pytorch pakages but no goog way , I use Win10 64bit , python 3.6 32 bit.
I used pytorch websir and try many command as :
— pip3 install http://download.pytorch.org/whl/torch-0.3.1-cp36-cp36m-macosx_10_7_x86_64.whl
( it show me thiss rerror : whl is not a supported wheel on this platform )
— pip3 install torchvision … ( torchvision , numpy,pillow are in my PC , but when I run this command it show : Collecting torch (from torchvision) …
( then this erroe… Could not find a version that satisfies the requirement torch (from torchvision) (from versions: )
No matching distribution found for torch (from torchvision) )

and when I used — conda install pytorch torchvision -c pytorch
it show this error
( Solving environment: failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/pytorch/win-32/repodata.json
Elapsed: -

HTTP errors are often intermittent, and a simple retry will get you on your way.
An HTTP error occurred when trying to retrieve this URL.
SSLError(MaxRetryError(‘HTTPSConnectionPool(host=‘conda.anaconda.org’, port=443): Max retries exceeded with url: /pytorch/win-32/repodata json (Caused by SSLError(SSLError(“bad handshake: SysCallError(10054, ‘WSAECONNRESET’)”,),))’,),) )

I hope someone can help me .
Thanks

You could try to install PyTorch for Windows using these packages.

@ptrblck Thank you … but also not work every time the same error
Solving environment: failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.continuum.io/pkgs/main/win-32/repodata.json.bz2
Elapsed: -

This seems to be a conda related issue.
Are you able to install other packages using conda?
Could you try some suggestions posted here?

hello again … ya I try to format my system and reinstall everything and now when I try to run this command … conda install -c peterjc123 pytorch … it is new problem and the image explain it .
Thank you dear