Installing pytorch nightly

I used this command in anaconda prompt
conda install -c pytorch pytorch-nightly
iam getting

PackagesNotFoundError: The following packages are not available from current channels:

  - pytorch-nightly

Current channels:

  - https://conda.anaconda.org/pytorch/win-64
  - https://conda.anaconda.org/pytorch/noarch
  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/free/win-64
  - https://repo.anaconda.com/pkgs/free/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/pro/win-64
  - https://repo.anaconda.com/pkgs/pro/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

How to install pytorch nightly in anaconda prompt?

Could you try to update conda and see, if the package can be found afterwards?

conda update -n base conda

It says, # All requested packages already installed.

OK, I see.
Which operating system are you using?

Iam using windows 10…

The preview build is unfortunately not yet available on the official channel for Windows.
However, it seems there is some progress on the nightly Windows packages here.

Thanks. Will it be available in windows soon?

I guess they will be included into the official channel, but meanwhile you could install them using @peterjc123’s builds.

Thanks a lot:smiley: