Python 3.10.11 Install

最新版Python3.11.3ではPytorch1.13.1がインストールできないので、Python3.10をInstallする

https://www.python.org/downloads/release/python-31011/

インストールバージョンの確認

PS C:\Users\user> py -V
Python 3.10.11
PS C:\Users\user> python -V
Python 3.10.11