Re: [Pythonmac-SIG] Moving to python3.12 on M3 Max

2024-09-17 Thread Marcin Cieslak
On Sun, 8 Sep 2024, Brian Richardson via Pythonmac-SIG wrote: Issue transitioning from - Macos 10.15.7 on Intel iCore i7, python 3.10 --- to Apple M3 Max, OS 14.6, python 3.12.3: issued package installs to correct import errors. python program executes without throwing any errors/ warnings,

Re: [Pythonmac-SIG] Moving to python3.12 on M3 Max

2024-09-17 Thread Georg Seifert via Pythonmac-SIG
> Am 16.09.2024 um 22:04 schrieb jack.jansen--- via Pythonmac-SIG > : > > The big advantage of the Homebrew install is that it allows multiple version > of Python to co-exist peacefully. I have python.org 3.8 to 3.13 installed and it works just fine (don’t ask why). You can access each vers

Re: [Pythonmac-SIG] Moving to python3.12 on M3 Max

2024-09-16 Thread jack.jansen--- via Pythonmac-SIG
Hmm, I’m not really sure what could cause this. One of the reasons is that I’ve really moved away from the “official” Python installer for Mac to the Homebrew-based install (see https://brew.sh/ for info on Homebrew). The big advantage of the Homebrew install is that it allows multiple version

[Pythonmac-SIG] Moving to python3.12 on M3 Max

2024-09-15 Thread Brian Richardson via Pythonmac-SIG
Issue transitioning from - Macos 10.15.7 on Intel iCore i7, python 3.10 --- to Apple M3 Max, OS 14.6, python 3.12.3: issued package installs to correct import errors. python program executes without throwing any errors/ warnings, but delivers different results. It is a pandas dataframe data ma