facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install pytorch-nightly 1.0 ?

nanzh-19 opened this issue · comments

commented

❓ Questions and Help

Step 16/23 : RUN conda install pytorch-nightly cudatoolkit=${CUDA} && conda clean -ya
---> Running in 030eca041397
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.

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

  • pytorch-nightly

Current channels:

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.

The command '/bin/sh -c conda install pytorch-nightly cudatoolkit=${CUDA} && conda clean -ya' returned a non-zero code: 1

And I can not find pytorch-nightly 1.0 for linux on https://anaconda.org, can anybody give me some advice if you know ? Thank you in advance!

Me too. Help please

This issue doesn't seem related to this repo. But, here are some tips:

  • Refer to the official site for installation guidance.
  • The command should look a little more like conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly
commented

I fixed it. You can install pytorch 1.2.0 (stable), it will also work.