Closed ziyanyang closed 3 years ago
Hi, I'm trying to install pytorch-nightly 1.0 using the command provided by installation document, but I got this issue:
conda install pytorch-nightly torchvision cudatoolkit=9.0 -c pytorch -n maskrcnn Fetching package metadata .............
PackageNotFoundError: Packages missing in current channels:
We have searched for the packages in the following channels:
It seems the package for pytorch-nightly 1.0 is already removed and cannot be found. In this situation, how could I use the code and reproduce the results?
Also, in this download link from pytorch (https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html), the torch_nightly 1.0 version does not exist.
solved by upgrading to pytorch 1.2
❓ Questions and Help
Hi, I'm trying to install pytorch-nightly 1.0 using the command provided by installation document, but I got this issue:
conda install pytorch-nightly torchvision cudatoolkit=9.0 -c pytorch -n maskrcnn Fetching package metadata .............
PackageNotFoundError: Packages missing in current channels:
We have searched for the packages in the following channels:
It seems the package for pytorch-nightly 1.0 is already removed and cannot be found. In this situation, how could I use the code and reproduce the results?