Skip to content

Commit 1f25241

Browse files
authored
doc: add a note about piwheels in the debug message (#394)
1 parent 725b039 commit 1f25241

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,14 @@ def parse_requirements(filename):
109109
successfully install cmake:
110110
1) Upgrade to the latest pip and try again. This will fix errors for most
111111
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
112-
2) If on Linux, with glibc < 2.12, you can set PIP_ONLY_BINARY=cmake in
112+
2) If running on Raspberry Pi OS, you can set PIP_ONLY_BINARY=cmake in
113+
order to retrieve the latest wheels built by piwheels.
114+
c.f. https://github.com/scikit-build/cmake-python-distributions/issues/392#issuecomment-1676284749
115+
3) If on Linux, with glibc < 2.12, you can set PIP_ONLY_BINARY=cmake in
113116
order to retrieve the last manylinux1 compatible wheel.
114-
3) If on Linux, with glibc < 2.12, you can cap "cmake<3.23" in your
117+
4) If on Linux, with glibc < 2.12, you can cap "cmake<3.23" in your
115118
requirements in order to retrieve the last manylinux1 compatible wheel.
116-
4) Open an issue with the debug information that follows at
119+
5) Open an issue with the debug information that follows at
117120
https://github.com/scikit-build/cmake-python-distributions/issues
118121
"""
119122
)

0 commit comments

Comments
 (0)