We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da1b22 commit 2ff46eaCopy full SHA for 2ff46ea
build/bin/sage-pip-install
@@ -30,6 +30,11 @@ PIP=pip3
30
# running pip. This is implemented in the Python script sage-flock
31
LOCK="$SAGE_LOCAL/var/lock/$PIP.lock"
32
33
+# Trac #33155: Pythons installed using the python.org macOS installers
34
+# for Python < 3.10 identify macOS Big Sur and newer as "10.16", causing
35
+# pip to refuse to install wheels tagged macosx_11_0_x86_64
36
+export SYSTEM_VERSION_COMPAT=0
37
+
38
# Finally actually do the installation (the "SHARED" tells pip2/3-lock
39
# to apply a shared lock)
40
sage-flock -s $LOCK $PYTHON -m pip install $pip_install_flags "$@"
0 commit comments