我无法在Python 3.8中使用Tensorflow。
C:\Users\Shail>pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
答案 0 :(得分:5)
Tensorflow(截至目前为2.1版)。广泛预期TF2.2将受3.8的支持,但从今天的release(2020年1月18日)开始,每晚将TF2.2支持python 3.8。
更新:tf-nightly的this版本(2020年2月19日)尚不支持python 3.8。这是因为尚未为3.8编写许多基础软件包。
您可以等待受支持的版本,或者暂时仅使用python 3.5-3.7。
更新2::该版本(2020年4月26日)于tf-nightly获得了许多Linux平台对python 3.8的支持。您可以在这里进行抓取:https://pypi.org/project/tf-nightly/#files
现在tensorflow 2.2正式支持python 3.8。对于每个新版本的Python,许多库都没有支持版本。直到写出依赖项为止。对于那里的每个人,如果您的python版本没有任何特定的软件包,请尝试片刻或将其降级为受支持的python版本。