When I used the official command “conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia” to install pytorch, I encountered the following error:
Are you using the conda-forge channel? If so, try to use the main channel only as we’ve seen smilar GLIBC incompatibilities caused by libs in conda-forge.
Thank you for your relplying. I tired to use “conda install torchaudio --conda-forge” to install torchaudio in another virtual environment before this error happen. May it break my conda environment? When I use conmmand “conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia”, I did not add any command and my .condarc file is like as follow:
When I woke up the next day and re-entered the command “conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia”, it didn’t report an error anymore. Thank you for your guidance.