
Hello everyone, I just came across a bug report on our ticket tracker regarding a missing SciPy symbol in the 1.9 release. The basic problem is that scipy has two macOS arm64 wheels up, and one is targeting a higher MACOSX_DEPLOYMENT_TARGET than the other. I think pip ignores this environment variable when selecting packages, so without qualifying that we need the lower deployment target version, pip selects the higher one on our build machines. I fixed this issue a few weeks ago for the 1.10 daily builds, before release candidates went out, so neither of those versions are affected. If you have an ARM Mac and your macOS is less than 14, you should use a daily build or release candidate. You can check your version of macOS by clicking on the Apple logo in the top left, then clicking “About This Mac”. Because we are so close to the 1.10 release, we do not plan to make a 1.9.1 release at this time. Our website will be updated to reflect this information shortly, along with a BlueSky announcement. Thank you, — Zach
participants (1)
-
Zach Pearson