ERROR: Could not find a version that satisfies the requirement tensorflow-directml
ERROR: Could not find a version that satisfies the requirement tensorflow-directml
我尝试安装:
pip install tensorflow-directml
来自 directml 我的 Windows 10. 我有一个英特尔 GUP,我希望可以使用它。但是我得到了错误:
ERROR: Could not find a version that satisfies the requirement tensorflow-directml (from versions: none)
ERROR: No matching distribution found for tensorflow-directml
我是不是漏掉了什么?
编辑:
我正在使用 python 3.8
似乎库支持 Python 3.5、3.6 和 3.7。目前不支持 Python3.8 (1)。您的 pip
安装是否与这些版本中的任何一个相关联?尝试使用 pip --version
确认它连接到哪个 Python 版本。如果它显示 Python 2 版本,请尝试使用 pip3 install tensorflow-directml
.
我尝试安装:
pip install tensorflow-directml
来自 directml 我的 Windows 10. 我有一个英特尔 GUP,我希望可以使用它。但是我得到了错误:
ERROR: Could not find a version that satisfies the requirement tensorflow-directml (from versions: none)
ERROR: No matching distribution found for tensorflow-directml
我是不是漏掉了什么?
编辑: 我正在使用 python 3.8
似乎库支持 Python 3.5、3.6 和 3.7。目前不支持 Python3.8 (1)。您的 pip
安装是否与这些版本中的任何一个相关联?尝试使用 pip --version
确认它连接到哪个 Python 版本。如果它显示 Python 2 版本,请尝试使用 pip3 install tensorflow-directml
.