facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.31k stars 2.49k forks source link

How to install pytorch-nightly 1.0 ? #1317

Closed nanzh-19 closed 3 years ago

nanzh-19 commented 3 years ago

❓ 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:

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!

Park-ing-lot commented 3 years ago

Me too. Help please

LeviViana commented 3 years ago

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

nanzh-19 commented 3 years ago

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