Closed nanzh-19 closed 3 years ago
Me too. Help please
This issue doesn't seem related to this repo. But, here are some tips:
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly
I fixed it. You can install pytorch 1.2.0 (stable), it will also work.
❓ 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
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!