Problem installing: Error failed building wheel for pyclipper #3503
-
Observed behaviourComputer was a Mac (Intel). On a new version of Python (here it was python3.10)
Expected behaviourThe wheel should build, fontbakery should install. Resources and exact process needed to replicateHard to say: a version of python where pypi doesn't have pre-compiled binaries for the package, hence it's likely a newer version, and a computer missing the required build tools. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The core of the issue was the message about
Here's an answer at stackechange. This will prompt the user outside of the command line to run an installer which takes a while. |
Beta Was this translation helpful? Give feedback.
The core of the issue was the message about
missing xcrun
which was resolved by running:$ xcode-select --install
Here's an answer at stackechange.
This will prompt the user outside of the command line to run an installer which takes a while.