fix: more readable error on missing ccmake#667
Conversation
|
If you ran |
It did installed cmake-python-distributions/pyproject.toml Lines 38 to 42 in 40acf75 But the way this script works, it imports cmake-python-distributions/src/cmake/__init__.py Lines 52 to 55 in ecad199 And
|
|
Ahh, excellent, thank you. We could make the entry points dynamic, but that would be nicer if PEP 808 is accepted. I had missed it isn't in the official distribution, which we use. |
|
Removing/adding entry point dynamically would be more proper solution, but I'm not familar with scikit build backend, so I'd rather keep this PR as just a clarified error message. |

I've stumbled upon the error below, trying to use
ccmake. Adding a bit more readable error for this case.