From 3ebe1ef6cd8407dabbb8c4b53666e2862caef9c7 Mon Sep 17 00:00:00 2001 From: Jim Fisher Date: Fri, 19 Feb 2021 10:48:17 +0000 Subject: [PATCH] Note requirement for pip 20.3+ on macOS 11 With pip <20.3 (which is expected on macOS, because `python@3.8` only includes pip 20.2.4), installation fails with "No matching distribution found for tensorflow". Underlying cause is the lack of TensorFlow packages tagged as `macosx_11`: https://github.com/tensorflow/tensorflow/issues/45120 pip 20.3+ changes behavior to allow `macosx_10` packages on macOS 11: https://github.com/pypa/pip/issues/9138 --- site/en/install/_index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/install/_index.yaml b/site/en/install/_index.yaml index 3a2103c20b5..6cdd3ab2082 100644 --- a/site/en/install/_index.yaml +++ b/site/en/install/_index.yaml @@ -39,7 +39,7 @@ landing_page: - heading: Download a package description: >

Install TensorFlow with Python's pip package manager.

- +

Official packages available for Ubuntu, Windows, macOS, and the Raspberry Pi.

See the GPU guide for CUDA®-enabled cards.