Pytorch taking forever to install

Hello community, I’m trying to install pytorch on a linux server using the following command
“conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia”

However, after a few failed steps, it’s stuck at a particular step. I tried to run it all night long using the tmux session but in the morning too it was stuck at that particular step.
Here is a snapshot of the process.

Could you try to create a new virtual environment as it seems conda might have trouble with the conflict resolution?
If possible, you could could also try to use mamba instead which is way faster in this step in my experience.

Hey, thanks for reply.
I tried to create 2-3 environments and installed pytorch still same issue.
I also reinstalled conda and tried it but same issue is still present.
I’ll look for mamba, Thanks