When I want to install torch in my conda virtual environment using
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
,
it shows the error:ResolvePackageNotFound: - python=3.1
I know that it is a bug in conda by referring Cannot set up a conda environment with python 3.10. I should change conda environment python version to python3.9 to solve problem using
conda install python=3.9
But same error still shows why I install torch. Please help