英文:
Tensor flow won't install using PIP? "No matching distribution found for tensorflow"
问题
Pip无法安装Tensorflow,我正在使用64位的Python 3.11.1。我已经下载了Cuda工具包。我使用的是1050ti作为GPU。我该如何安装它?
已经下载了Anaconda,但似乎也没有帮助。尝试更新Pip,但它已经是最新版本。我一直收到的错误是“没有匹配的分发”。
英文:
Command Prompt screenshot of the error
Pip won't install Tensorflow, I am using 64bit Python 3.11.1. I have download the Cuda toolkit. Using a 1050ti as the GPU. How do i get this to install?
Downloaded Anaconda but that doesnt seem to help either. Tried updating Pip but it is on its latest release. All I get is the "No matching Distribution" Error
答案1
得分: 2
没有官方发布的与Python 3.11兼容的TensorFlow版本(请参阅PyPI)。请使用Python 3.10。
英文:
There is no offifical release of tensorflow that is compatible version with Python 3.11 (see PyPI). Use Python 3.10 instead.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论