Skip to content

Commit

Permalink
doc: add a note about piwheels in the debug message (scikit-build#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Dec 2, 2023
1 parent 725b039 commit 1f25241
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,14 @@ def parse_requirements(filename):
successfully install cmake:
1) Upgrade to the latest pip and try again. This will fix errors for most
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) If on Linux, with glibc < 2.12, you can set PIP_ONLY_BINARY=cmake in
2) If running on Raspberry Pi OS, you can set PIP_ONLY_BINARY=cmake in
order to retrieve the latest wheels built by piwheels.
c.f. https://github.com/scikit-build/cmake-python-distributions/issues/392#issuecomment-1676284749
3) If on Linux, with glibc < 2.12, you can set PIP_ONLY_BINARY=cmake in
order to retrieve the last manylinux1 compatible wheel.
3) If on Linux, with glibc < 2.12, you can cap "cmake<3.23" in your
4) If on Linux, with glibc < 2.12, you can cap "cmake<3.23" in your
requirements in order to retrieve the last manylinux1 compatible wheel.
4) Open an issue with the debug information that follows at
5) Open an issue with the debug information that follows at
https://github.com/scikit-build/cmake-python-distributions/issues
"""
)
Expand Down

0 comments on commit 1f25241

Please sign in to comment.