We use conda, not pip, for installing pytorch and torchvision. So it’s:
conda install torchvision
However it should have been installed as part of the environment, so it would be good to see what went wrong when doing:
conda env update
We use conda, not pip, for installing pytorch and torchvision. So it’s:
conda install torchvision
However it should have been installed as part of the environment, so it would be good to see what went wrong when doing:
conda env update