[Python-checkins] gh-103207: The macOS 13 Ventura Installer.app permission problem is fixed by Apple in macOS 13.4. (GH-104883)

ned-deily webhook-mailer at python.org
Wed May 24 14:32:57 EDT 2023


https://github.com/python/cpython/commit/45b88e0653da265ae5cbbed7785f3970c5d52d08
commit: 45b88e0653da265ae5cbbed7785f3970c5d52d08
branch: 3.12
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2023-05-24T18:32:50Z
summary:

gh-103207: The macOS 13 Ventura Installer.app permission problem is fixed by Apple in macOS 13.4. (GH-104883)

files:
M Mac/BuildScript/resources/Welcome.rtf

diff --git a/Mac/BuildScript/resources/Welcome.rtf b/Mac/BuildScript/resources/Welcome.rtf
index 83b7aa9d883a..dfb02a0b314b 100644
--- a/Mac/BuildScript/resources/Welcome.rtf
+++ b/Mac/BuildScript/resources/Welcome.rtf
@@ -26,6 +26,28 @@ At the end of this install, click on
 \f0  to install a set of current SSL root certificates.\
 \
 
+\f1\b [UPDATE: fixed in macOS 13.4] macOS 13 Ventura users
+\f0\b0 :  Due to an issue with the macOS 
+\f1\b Installer
+\f0\b0  app in macOS 13 Ventura updates prior to macOS 13.4, installation of some third-party packages including this Python package may fail with a vague 
+\f1\b "The installer encountered an error"
+\f0\b0  message if the 
+\f1\b Installer
+\f0\b0  app does not have permission to access the folder containing the downloaded installer file, typically in the 
+\f1\b Downloads
+\f0\b0  folder. Go to 
+\f1\b System Settings
+\f0\b0  -> 
+\f1\b Privacy & Security
+\f0\b0  -> 
+\f1\b Files and Folders
+\f0\b0 , then click the mark in front of 
+\f1\b Installer
+\f0\b0  to expand, and enable 
+\f1\b Downloads Folder
+\f0\b0  by moving the toggle to the right. 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.  This problem has been resolved in macOS 13.4.\
+\
+
 \f1\b NOTE: 
 \f0\b0 This is a beta test preview of Python 3.12.0, the next feature release of Python 3.  It is not intended for production use.\
 }
\ No newline at end of file



More information about the Python-checkins mailing list