diff options
author | Ned Deily <nad@python.org> | 2023-04-04 18:42:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 18:42:10 (GMT) |
commit | ec80ffe39acc41ab43bec33d6fa9900e8eff37e3 (patch) | |
tree | 2c6093c0371f8119ea793a738fd828dd1185b4b0 /Mac/BuildScript | |
parent | 9a8ce957482e0d811be6ec2987e99a1f4be3558a (diff) | |
download | cpython-ec80ffe39acc41ab43bec33d6fa9900e8eff37e3.zip cpython-ec80ffe39acc41ab43bec33d6fa9900e8eff37e3.tar.gz cpython-ec80ffe39acc41ab43bec33d6fa9900e8eff37e3.tar.bz2 |
[3.10] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. (GH-103253)
Diffstat (limited to 'Mac/BuildScript')
-rw-r--r-- | Mac/BuildScript/resources/Welcome.rtf | 43 |
1 files changed, 37 insertions, 6 deletions
diff --git a/Mac/BuildScript/resources/Welcome.rtf b/Mac/BuildScript/resources/Welcome.rtf index 57ffdb5..1be87b6 100644 --- a/Mac/BuildScript/resources/Welcome.rtf +++ b/Mac/BuildScript/resources/Welcome.rtf @@ -1,9 +1,9 @@ -{\rtf1\ansi\ansicpg1252\cocoartf2580 +{\rtf1\ansi\ansicpg1252\cocoartf2708 \cocoascreenfonts1\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;\f2\fmodern\fcharset0 CourierNewPSMT; -} -{\colortbl;\red255\green255\blue255;} -{\*\expandedcolortbl;;} -\paperw11900\paperh16840\margl1440\margr1440\vieww12200\viewh10880\viewkind0 +\f3\fnil\fcharset0 HelveticaNeue;\f4\fnil\fcharset0 HelveticaNeue-Bold;} +{\colortbl;\red255\green255\blue255;\red24\green26\blue30;\red255\green255\blue255;} +{\*\expandedcolortbl;;\cssrgb\c12157\c13725\c15686;\cssrgb\c100000\c100000\c100000;} +\margl1440\margr1440\vieww12200\viewh10880\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\partightenfactor0 \f0\fs24 \cf0 This package will install @@ -12,8 +12,9 @@ \f1\b macOS $MACOSX_DEPLOYMENT_TARGET \f0\b0 .\ \ +\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\partightenfactor0 -\f1\b Python for macOS +\f1\b \cf0 Python for macOS \f0\b0 consists of the {\field{\*\fldinst{HYPERLINK "https://www.python.org"}}{\fldrslt Python}} programming language interpreter and its batteries-included standard library to allow easy access to macOS features. It also includes the Python integrated development environment, \f1\b IDLE \f0\b0 . You can also use the included @@ -23,4 +24,34 @@ At the end of this install, click on \f2 Install Certificates \f0 to install a set of current SSL root certificates.\ +\ + +\f1\b macOS 13 Ventura users +\f0\b0 : due to an issue with macOS +\f1\b Installer +\f0\b0 app, installation of some +\f3 \cf2 \cb3 \expnd0\expndtw0\kerning0 +third-party +\f0 \cf0 \cb1 \kerning1\expnd0\expndtw0 packages including this Python package may fail with a vague +\f4\b \cf2 \cb3 \expnd0\expndtw0\kerning0 +\'93The installer encountered an error\'94 +\f3\b0 \cf2 message if the +\f4\b \cf2 Installer +\f3\b0 \cf2 app does not have permission to access the folder containing the downloaded installer file, typically in the +\f4\b \cf2 Downloads +\f3\b0 \cf2 folder. Go to +\f4\b \cf2 System Settings +\f3\b0 \cf2 -> +\f4\b \cf2 Privacy & Security +\f3\b0 \cf2 -> +\f4\b \cf2 Files and Folders +\f3\b0 \cf2 , then click the mark in front of +\f4\b \cf2 Installer +\f3\b0 \cf2 to expand, and enable +\f4\b \cf2 Downloads Folder +\f0\b0 \cf0 \cb1 \kerning1\expnd0\expndtw0 by moving the toggle to the right +\f3 \cf2 \cb3 \expnd0\expndtw0\kerning0 +. See {\field{\*\fldinst{HYPERLINK "https://github.com/python/cpython/issues/103207"}}{\fldrslt https://github.com/python/cpython/issues/103207}} for up-to-date information on this issue. +\f0 \cf0 \cb1 \kerning1\expnd0\expndtw0 \ +\ }
\ No newline at end of file |