Try this instead and see if it installs the correct version of the package - worked for me…
conda install -c pytorch torchvision-cpu
Hello,
The error message shows that the install failed because you have Python 3.9 installed in your existing environment and some of the packages won’t work with Python 3.9.
I suggest that you install everything to a new environment with Python 3.8 or lower installed.