python – “PackagesNotFoundError: The following packages are not available from current channels:” While Installing torchaudio in Anaconda
I was trying to install torchaudio inside an Anaconda environment with the command conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge, I get the error:,
I got the error below:
Channels:
pytorch
nvidia
conda-forge
defaults
Platform: linux-aarch64
Collecting package metadata (repodata.json): done
Solving environment: failedPackagesNotFoundError: The following packages are not available from current channels:
torchaudio==2.0.2
Current channels:
conda.anaconda.org/pytorch
conda.anaconda.org/nvidia
conda.anaconda.org/conda-forge
defaultsTo search for alternate channels that may provide the conda package you’re
looking for, navigate toand use the search bar at the top of the page.
I have added conda-forge to my list of channels and got the same error. Can anyone help me?
I have added conda-forge to my list of channels and got the same error. Can anyone help me?
Read more here: Source link
