Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note requirement for pip 20.3+ on macOS 11 #1826

Merged
merged 4 commits into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 >19.0 (or >20.3 for macOS).</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
6 changes: 5 additions & 1 deletion site/en/install/pip.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ <h3>System requirements</h3>
</li>
<li>pip 19.0 or later (requires <code>manylinux2010</code> support)</li>
<li>Ubuntu 16.04 or later (64-bit)</li>
<li>macOS 10.12.6 (Sierra) or later (64-bit) <em>(no GPU support)</em></li>
<li>macOS 10.12.6 (Sierra) or later (64-bit) <em>(no GPU support)</em>
<ul>
<li>macOS requires pip 20.3 or later</li>
</ul>
</li>
<li>Windows 7 or later (64-bit)
<ul>
<li><a href="https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads">Microsoft Visual C++
Expand Down