OS: 윈도우 11
Python: 3.6.9
Cuda: 11.6
python 3.6.9 버전에서 cuda-enable pytorth 패키지 설치 시도하니 다음과 같은 에러가 뜨는데, ERROR 살펴보니 Python 3.7 이상 버전에서만 설치 가능 한 것 같네요
pip install torch==1.10.2+cu113 torchvision==0.11.0+cu113 torchaudio==0.10.2+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
ERROR: Package ‘typing-extensions’ requires a different Python: 3.6.9 not in ‘>=3.7’