Python Updating on macOS
Can someone illuminate how I should 'safely/easily/whatever' upgrade Python on macOS? I have tried before had problems. I try again today, and surprise surprise problems. Now having to restore my entire system because of these problems.
I thought updating should be pretty simple - go to the Python site, download the latest, install, run the 2 commands (certs & path update). However, I did just that trying to update from 3.8.6 today to 3.13.2. It looked fine. The version check showed the 3.13.2. However, when I tried installing the requirements for a new python script it failed multiple times at the 'pip install requirements' phase with some error about/around wheel.
So now I guess I'm stuck with 3.8.6 if I can even get that running again?
Any advice/direction welcome!