我嘗試安裝:
pip install tensorflow-directml
來自我的 Windows 10 上的directml。我有一個英特爾 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
uj5u.com熱心網友回復:
似乎該庫支持 Python 3.5、3.6 和 3.7。目前不支持 Python3.8 ( 1 )。您的pip安裝是否連接到任何這些版本?嘗試使用pip --version來確認它連接到哪個 Python 版本。如果它顯示 Python 2 版本,請嘗試使用pip3 install tensorflow-directml.
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/426824.html
標籤:Python 张量流 喀拉斯 windows-10 直接
