They have already kept in the OS for 1 1/2 years, why not another six months?
Because we would be having the same discussion 6 months from now, 12 months from now or whatever number of months from now if that were the case.
They have already kept in the OS for 1 1/2 years, why not another six months?
To all the people complaining about this, do you actually think you'll be hurt by this?
Apple have been warning people for years Python 2 is going away. Almost everyone (myself included) who uses python moved to 3 years ago, and most likely doesn't use the system installed version anyway.
Can anyone point to something that will actually break because of this, where the solution isn't just to install python2 using MacPorts/HomeBrew/Anaconda etc?
No, becuase making a major change in a major release gives people more time to fix the issue. (Beta for major releases are 3-4 months, minor releases are 1-2). Also, people expect changes that can break existing workflows to be part of major upgrades, not minor releases.Because we would be having the same discussion 6 months from now, 12 months from now or whatever number of months from now if that were the case.
...and that was already the case back in October when Monterey was released, if not October 2020 with Big Sur... those were the points at which Python should have been removed.Edit: To further this point, you're right ... I do not use python2 because we have been told for awhile to move on to python3, which is what I use. So .. please, Apple, remove it.
They haven’t, though. I mean, unless there are those that install betas on mission critical systems. If that’s the case, they’ve got far larger problems than Apple removing Python in a future release.The issue isn't that they removed Python, it's that they did so without warning in a minor update.
I see it more as “bonus time”. If a developer wasn’t on Py3 BEFORE January 1, 2020, that’s already one notch against them. If they didn’t do the work prior to the last major macOS release, that’s another notch against them.Because we would be having the same discussion 6 months from now, 12 months from now or whatever number of months from now if that were the case.
Read my reply above. It is more about time to adjust.They haven’t, though. I mean, unless there are those that install betas on mission critical systems. If that’s the case, they’ve got far larger problems than Apple removing Python in a future release.
To all the people complaining about this, do you actually think you'll be hurt by this?
Apple have been warning people for years Python 2 is going away. Almost everyone (myself included) who uses python moved to 3 years ago, and most likely doesn't use the system installed version anyway.
Can anyone point to something that will actually break because of this, where the solution isn't just to install python2 using MacPorts/HomeBrew/Anaconda etc?
Read my reply above. It is more about time to adjust.
Not really, since macOS major releases come out in the autumn months and it makes sense to do a breaking change — even one advertised via a deprecation — with a major release.Because we would be having the same discussion 6 months from now, 12 months from now or whatever number of months from now if that were the case.
According to Apple, 12.3 won’t be launching until the spring, so March/April.Read my reply above. It is more about time to adjust.
Apple is making two MAJOR changes in 12.3 that are breaking Enterprise solutions. These are type of issues I fully expect to work on during the 3-4 month beta, not in a 1-2 month beat for point update.
As if 11.6 to 12.0 was even that big of an upgrade.Not really, since macOS major releases come out in the autumn months and it makes sense to do a breaking change — even one advertised via a deprecation — with a major release.
Would’ve been better, of course, if they had removed it with macOS 12.0.
The Python organization had a roadmap that said “STOP USING PYTHON 2 by 2015” in 2008. They kept changing their roadmap, FINALLY sticking to their guns in 2020. That’s 5 years of extensions even before Apple factored into it. That’s REALLY on the developer.Roadmap, roadmap, roadmap.
Apple is absolutely horrible from an enterprise point of view. Stuff happens at any time, sure, they give 1,5 years advanced notice, but it would be nice to know EXACTLY when stuff is happening. It happens now, not at release of 12.0, and not by 13.0. It's year around feature updates, yay!
FFS Apple, learn from Microsoft!
But hey, I guess that would REALLY harm the "wow"-factor in the next keynote if they gave a timeline for removal of some script language used mostly by enterprise and developers. I'm at absolutely "wowed" by this removal, what a wonderful surprise!
And the Python organization have been warning people since 2008.According to Apple, 12.3 won’t be launching until the spring, so March/April.
Also they’ve been warning people about this for two years, if you wouldn’t change your software two years ago when they started warning, why should Apple pity you?
You were given two years of warning.
Now you know it’s gonna be gone in the next 2–3 months or so.
Shouldn’t be a big deal at all.
Roadmap, roadmap, roadmap.
Apple is absolutely horrible from an enterprise point of view. Stuff happens at any time, sure, they give 1,5 years advanced notice, but it would be nice to know EXACTLY when stuff is happening. It happens now, not at release of 12.0, and not by 13.0. It's year around feature updates, yay!
FFS Apple, learn from Microsoft!
But hey, I guess that would REALLY harm the "wow"-factor in the next keynote if they gave a timeline for removal of some script language used mostly by enterprise and developers. I'm at absolutely "wowed" by this removal, what a wonderful surprise!Ppl
Any reason you can’t download Python2 from the Python website, or Homebrew ?Read my reply above. It is more about time to adjust.
Apple is making two MAJOR changes in 12.3 that are breaking Enterprise solutions. These are type of issues I fully expect to work on during the 3-4 month beta, not in a 1-2 month beat for point update.
Sorry, but brew is a pot of really bad stew. Sure it works sometimes, is easy to get recipes, but it scatters stuff all over and depending on the recipe, may not clean up after itself. You should only use brew on machines that you regularly reformat. Just saying, so none of the children that use Macs get hurt.
So the alternatives are Fink, but it is out of date and does not currently support Big Sur which is what almost 2 years old. But it does use apt tools.
Then there is MacPorts, which is way better (although not without it faults) for security and reliability as long as it has the port you are looking for. It sucks for Perl ports that every other linux install uses.
In the end, we need a new good package manager. But alas, Apple is moving away from the command line as it is too difficult for the children. So I don't expect that to ever happen.
people were warned in 2019. if you haven't moved on it is on whoever ignored Apples warning that it was going to be removed. Stop blaming Apple for lazy developers.The issue isn't that they removed Python, it's that they did so without warning in a minor update.
"#!/bin/python" was never a good idea (that's not even where python is installed by Apple, on many versions of macOS). For ages now, the accepted practice for the hash-pling line has been "#!/usr/bin/env python" or "#!/usr/bin/env python3". If you/they had been following that practice, then it's simply a matter of installing a python (python2) or python3 executable on the path - /usr/local/bin is popular. No scripts would have to change, and in particular, no python2 scripts would need to be rewritten in bash or zsh or python3. Anything new at this point should be written in python3, but nothing is stopping python2 code from running, if you just throw a python2 executable in a directory that's on the path.For the record, I am fine with the decision to remove it. However, I don't understand Apple's decision to remove it in a point release versus a major release. They have already kept in the OS for 1 1/2 years, why not another six months?
The issue is that there are thousands of scripts that still call #!/bin/python in Mac Admin toolkits and installed on computers will need to be re-written, either in another scripting language (bash or zsh) or translated to python3. If the admin chooses to go the Py3 route, then a version of Python3 will need to installed as well. (We install a relocatable version of Py3 for our scripting use.)
The site pythonclock.org was running a countdown timer for when support for Python2 would expire. It was up and running on or before May 2016.The time to adjust started when it was announced that support for Py2 was ending in January 2020, though. I can’t tell when this was posted, [...]
But, from the wording there, the time to adjust started in 2008. Which was extended to 2015. Which was extended to 2020.
Well sure, but surely you can simply install any version of Python you like on your Mac?Apple is not really working towards being semver friendly this week. Removing Python 2.7 in a dot release and also making older cloud storage apps read-only. I don't care they do this (it's for the greater good), but they shouldn't do it in a point release, especially ones you can't skip as they contain security fixes.
Fortunately I'm not affected by any of the changes, but it's just bad business.
It's horrible that they're simply removing Python instead of updating to Python 3.