Zend certified PHP/Magento developer

Directing PyTorch Install Location?

I just ran into this issue…

WARNING: The script isympy.exe is installed in ‘C:UsersuserAppDataRoamingPythonPython310Scripts’ which is not on PATH.

I don’t have python installed at that location. My Python install is located in C:Program FilesPython310.

Is there any way I can direct Torch to install at the location above, or will all scrips trying to use Torch search for the directory at C:UsersuserAppDataRoamingPythonPython310Scripts?

Also I have tried running…

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

inside my install location and scrips location but it seems to be having trouble finding pip. I verified its there by just looking in my scrips folder but also running python get-pip.py.

Thanks!