Error when installing with conda

I am installing pytorch on Linux, with conda, python 3.5 and CUDA 8.0.

I just ran: conda install pytorch torchvision cuda80 -c soumith
I get the following:

The following NEW packages will be INSTALLED:

    cffi:        1.10.0-py35_0                   
    cuda80:      1.0-0                    soumith
    pillow:      3.4.2-py35_0                    
    pycparser:   2.18-py35_0                     
    pytorch:     0.2.0-py35h1a0f79e_2cu80 soumith [cuda80]
    torchvision: 0.1.9-py35h72e4c6f_1     soumith

Proceed ([y]/n)? y

pytorch-0.2.0- 100% |#####################################################################################################################################################################################################################################| Time: 0:09:15 818.23 kB/s
pytorch-0.2.0- 100% |#####################################################################################################################################################################################################################################| Time: 0:01:58   3.83 MB/s
pytorch-0.2.0- 100% |#####################################################################################################################################################################################################################################| Time: 0:01:45   4.30 MB/s


CondaError: CondaHTTPError: HTTP None None for url <None>
Elapsed: None

An HTTP error occurred when trying to retrieve this URL.
ConnectionError(ReadTimeoutError("HTTPSConnectionPool(host='binstar-cio-packages-prod.s3.amazonaws.com', port=443): Read timed out.",),)


CondaError: CondaHTTPError: HTTP None None for url <None>
Elapsed: None

An HTTP error occurred when trying to retrieve this URL.
ConnectionError(ReadTimeoutError("HTTPSConnectionPool(host='binstar-cio-packages-prod.s3.amazonaws.com', port=443): Read timed out.",),)


CondaError: CondaHTTPError: HTTP None None for url <None>
Elapsed: None

An HTTP error occurred when trying to retrieve this URL.
ConnectionError(ReadTimeoutError("HTTPSConnectionPool(host='binstar-cio-packages-prod.s3.amazonaws.com', port=443): Read timed out.",),)

I need to install it with conda.