用pip安装tensorflow报错
Installing tensorflow with pip results in errors
我正在尝试使用 pip 安装 TensorFlow,但它显示了以下输出:
pip install tensorflow
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement tensorflow
ERROR: No matching distribution found for tensorflow
我在 Arch Linux.
上使用 Python 3.9.1
Python 据我所知不支持 3.9:https://www.tensorflow.org/install/pip#system-requirements
您需要使用支持的 Python 解释器版本。目前支持的解释器好像是:Python 3.5–3.8
我正在尝试使用 pip 安装 TensorFlow,但它显示了以下输出:
pip install tensorflow
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement tensorflow
ERROR: No matching distribution found for tensorflow
我在 Arch Linux.
上使用 Python 3.9.1Python 据我所知不支持 3.9:https://www.tensorflow.org/install/pip#system-requirements
您需要使用支持的 Python 解释器版本。目前支持的解释器好像是:Python 3.5–3.8