Python 3.12 で PyTorch のインストールに失敗するときの対処法
こんにちは。Qualiteg プロダクト開発部です。
概要
- ChatStream に必要な PyTorch のインストールですが、 Python 3.12 だとうまくいかないという報告があります
- Python 3.11 までならインストールはうまくいきました
エラーメッセージ
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
とすると、以下のようなエラーがでる
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
- Pytorchのインストールは最新のPythonをサポートしていない場合がありますので、ご注意くださいませ。
PyTorch インストールのクイックガイド
https://pytorch.org/get-started/locally/
対策
Python を 3.11 にする