PyTorch installs version 1.7.1 instead of 1.8.0

Hi, I am trying to install PyTorch 1.8.0 via conda, using the command provided on the main page:

However, when I get the command to run, I see the following prompt:

You can notice that it is installing version 1.7.1 instead. Is this expected?

No, that’s not expected and I guess you might need to update your conda base environment so that the latest version can be found.

I updated conda from 4.7.12 to 4.9.2, and it worked. Thank you so much!

Hi,
I check anaconda version through anaconda prompt and it seems to be up to date but my PyTorch is still 1.7.1 (checking by using jupyter notebook import torch 2021-03-24_1-33-13 print(torch.version)). Any help, please?