Pytorch installing error on jhub just appeared today and not before

I have been installing pytorch with this command and worked perfectly fine before until today
Has there been an update and I should be installing the package that I want another way? Thank you!

my python version is 3.9.7

Did you follow the install guide on Start Locally | PyTorch to get the right pip command? It seems that URL doesn’t work. Or are you trying to install a specific version of PyTorch?

Installing 1.11 with CUDA 11.3 via pip is given by

pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113

Based on your output you are seeing a warning due to a pip update and the Collecting torch==1.9.0+cu111 message shows that PyTorch was apparently installed. Do you see any errors or re you only concerned about the warning?