File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments