Skip to content

Commit 3ebe1ef

Browse files
authored
Note requirement for pip 20.3+ on macOS 11
With pip <20.3 (which is expected on macOS, because `[email protected]` 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`: tensorflow/tensorflow#45120 pip 20.3+ changes behavior to allow `macosx_10` packages on macOS 11: pypa/pip#9138
1 parent 1ee1b23 commit 3ebe1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/_index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ landing_page:
3939
- heading: Download a package
4040
description: >
4141
<p>Install TensorFlow with Python's <em>pip</em> package manager.</p>
42-
<aside class="note">TensorFlow 2 packages require a <code>pip</code> version >19.0.</aside>
42+
<aside class="note">TensorFlow 2 packages require a <code>pip</code> version version 20.3+ when running on macOS 11, or >19.0 on all other systems.</aside>
4343
<p>Official packages available for Ubuntu, Windows, macOS, and the Raspberry Pi.</p>
4444
<p>See the <a href="./gpu">GPU guide</a> for CUDA®-enabled cards.</p>
4545

0 commit comments

Comments
 (0)