PyTorch在Windows 11上无法安装在Python 3.11上。

huangapple go评论71阅读模式
英文:

why pytorch is not installing on windows 11 on python 3.11

问题

我正在尝试在Windows 11上安装PyTorch已经有一段时间了。我已经升级了pip,一切都已经准备好,有人可以帮我吗?
Python版本3.11.1 64位已安装。

我尝试升级pip。
我尝试提供正确的URL。
我尝试指定版本。
什么都不起作用。

英文:

I am trying to install pytorch on Windows 11 for quite some time now. I have upgraded pip and everything can someone help me with it?
python version 3.11.1 64 bit installed

I tried upgrading pip
I tried giving it the proper URL
I tried specifying version of it
NOTHING WORKS

答案1

得分: 1

Pytorch目前不支持其主要发布分支上的Python 3.11[1]

简单的解决方案:
您应考虑使用Python 3.11之前发布的版本(例如3.10[3])。

中等难度的解决方案:
从Pytorch的夜间版本中安装,它支持Python 3.11[2]

英文:

Pytorch does not currently support python 3.11 on their main release branch[1].

Easy route:
You should consider using a python version released prior 3.11 (ex. 3.10[3]).

Medium route:
Install pytorch from their nightly release, it supports python 3.11[2]

huangapple
  • 本文由 发表于 2023年2月9日 02:28:35
  • 转载请务必保留本文链接:https://go.coder-hub.com/75390224.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定