Skip to content

Commit

Permalink
Note requirement for pip 20.3+ on macOS 11
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jameshfisher authored Feb 19, 2021
1 parent 1ee1b23 commit 3ebe1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/install/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ landing_page:
- heading: Download a package
description: >
<p>Install TensorFlow with Python's <em>pip</em> package manager.</p>
<aside class="note">TensorFlow 2 packages require a <code>pip</code> version >19.0.</aside>
<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>
<p>Official packages available for Ubuntu, Windows, macOS, and the Raspberry Pi.</p>
<p>See the <a href="./gpu">GPU guide</a> for CUDA®-enabled cards.</p>
Expand Down

0 comments on commit 3ebe1ef

Please sign in to comment.