Please can you
- post the output of the command
from inside the current conda environment (for future reference)conda list
- try creating a new environment
conda deactivate conda create -n topaz_test2 python=3.6 conda activate topaz_test2 conda install topaz pytorch=1.10.2=py3.6_cuda11.3_cudnn8.2.0_0 -c tbepler -c pytorch
Does this help?