python 3.10+pytorch on windows server miniconda

Python 3.10 pytorch sucessful installation on windows 2019 server the ‘ViT’ conda enviroment on December 21 2024, note using teamviewer into server to installation, Desktopanywhere causes SSL error:

Step 1: conda create –name ViT python=3.10

Step 2: pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio -f https://download.pytorch.org/whl/torch_stable.html (this requires python3.10)

Step 3: pip install “numpy<2.0”

Leave a Reply