Post

Replies

Boosts

Views

Activity

Reply to Mac OS Monterey Python Version?
update 3.12.2 of febr, 6-2024 for macOS 10.9 and later https://www.python.org/ftp/python/3.11.3/python-3.12.2-macos11.pkg Documentation: https://www.python.org/downloads/release/python-3122/ https://docs.python.org/3.12/ Change log : https://www.python.org/ftp/python/3.12.2/ Update macOS installer to use SQLite 3.45.1. Update macOS installer to use OpenSSL 3.0.13
Feb ’24
Reply to Mac OS Monterey Python Version?
Python 3.11.0 final Release date: 2022-10-24 download: https://www.python.org/downloads/release/python-3110/ = (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :) After install of the .pkg you get an folder Python 3.11 in Applications Then : launch with Terminal Install Certificates.command Update Shell Profile.command THATS ALL ! changelog: https://docs.python.org/release/3.11.0/whatsnew/changelog.html#macos The macOS 13 SDK includes support for the mkfifoat and mknodat system calls. Using the dir_fd option with either os.mkfifo() or os.mknod() could result in a segfault if cpython is built with the macOS 13 SDK but run on an earlier version of macOS. Prevent this by adding runtime support for detection of these system calls (“weaklinking”) as is done for other newer syscalls on macOS. general upgrade tutorial: https://www.codegrepper.com/code-examples/shell/pip+install+-%2A-upgrade
Oct ’22
Reply to Mac OS Monterey Python Version?
Python 3.10.8 final Release date: 2022-10-04 https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg = (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :) Release details: The macOS 13 SDK includes support for the mkfifoat and mknodat system calls. Using the dir_fd option with either os.mkfifo() or os.mknod() could result in a segfault if cpython is built with the macOS 13 SDK but run on an earlier version of macOS. Prevent this by adding runtime support for detection of these system calls (“weaklinking”) as is done for other newer syscalls on macOS.
Oct ’22
Reply to Mac OS Monterey Python Version?
Python 3.10.7 final Release date: 2022-09-06 https://www.python.org/ftp/python/3.10.7/python-3.10.7-macos11.pkg = (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :) After install of the .pkg you get an folder Python 3.10 in Applications Then : launch with Terminal Install Certificates.command Update Shell Profile.command THATS ALL !
Sep ’22
Reply to Mac OS Monterey Python Version?
Version 3.10.0 is the latest and compatible version for macOS Monterey (macOS 10.9 or later) [NEW] This updated installer provides a hotfix for a problem with the built-in Tk library when running on macOS 12 Monterey. See the ReadMe file for more information. https://www.python.org/downloads/release/python-3100/ https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg (macOS 64-bit universal2 installer) :) Run in folder :Applications/Python 3.10 Install Certificates.command Update Shell Profile.command If you get WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available. You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m pip install --upgrade pip' command. type in Terminal : "python3 -m pip install --upgrade pip"
Nov ’21