Robert Sachunsky
Robert Sachunsky
This also affects me – I am trying to get cmake (as a build requirement for opencv-python) on arm/v7, i.e. from sdist. Does this mean that cmake cannot bootstrap itself,...
Probably a duplicate of #497
> Probably a duplicate of #497 and of #494
One workaround is to pass `--no-build-isolation` to `pip install`.
The problem with `--no-build-isolation` is that if cmake is just a (build-time) dependency in a chain of other dependencies, it's likely that along this dependency chain some other packages will...