I'm unable to install packages like Pytorch,Tensorflow using pip or conda in python on windows10. I already have latest version of Python. I also have strong Internet connection, so internet connection is not an issue. How can I overcome this issue?
"ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch"
enter image description here
我无法在Windows10上使用pip或conda安装Pytorch、TensorFlow等包。我已经有了最新版本的Python。我也有很强的互联网连接,所以互联网连接不是问题。我怎样才能克服这个问题?“错误:找不到满足TORCH要求的版本(来自版本:无)错误:找不到与TORCH匹配的发行版”在此处输入图像描述
I watched several YouTube videos and websites still unable to solve the issues. I want a solution.
我看了几个YouTube视频和网站,仍然无法解决这些问题。我想要一个解决方案。
更多回答
Have you already tried the solutions here?
您已经尝试过这里的解决方案了吗?
优秀答案推荐
The version of Python you are using is not compatible with PyTorch. PyTorch supports Python 3.6, 3.7, 3.8, 3.9, 3.10. and early versions of 3.11.x It is possible that PyTorch does not yet support Python 3.11.4
您正在使用的Python版本与PyTorch不兼容。PyTorch支持Python3.6、3.7、3.8、3.9、3.10。和3.11.x的早期版本,PyTorch可能还不支持Python3.11.4
You can read this at their official github:
https://github.com/pytorch/pytorch/issues/86566
你可以在他们的官方GitHub上阅读这篇文章:https://github.com/pytorch/pytorch/issues/86566
I would suggest you to downgrade to version 3.10 so you can use stable versions of pytorch.
我建议你降级到3.10版,这样你就可以使用稳定版本的pytorch了。
更多回答
Is python 3.11 not compatible for tensorflow also?
Python3.11是否也与TensorFlow不兼容?
In the snipped that you show, there is only torch, so i have only looked at the dependencies that you show. Can you please run pip3 istall for tensorflow only?
在您显示的片段中,只有Torch,所以我只查看了您显示的依赖项。您可以仅为TensorFlow运行PIP3 istall吗?
我是一名优秀的程序员,十分优秀!