Problem about install pytorch 0.4.0

I use following command to install pytorch, but it shows that it will not install the newest version of pytorch 0.4.0, as follows:

user@user-Server:~/anaconda3/lib/python3.5/site-packages$ conda install pytorch torchvision -c pytorch
Fetching package metadata …
Solving package specifications: .

Package plan for installation in environment /home/user/anaconda3:

The following NEW packages will be INSTALLED:

pytorch:     0.2.0-py35hb1547bd_4cu80 soumith [cuda80]
torchvision: 0.1.9-py35h72e4c6f_1     soumith

Proceed ([y]/n)? n

I do not know what’s wrong. Could anybody help me?

Hi,

Some people had this behaviour when they had an on conda install. Try upgrading conda before installing pytorch.

1 Like