You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurs because a Python package named ``cmake`` (installed via ``pip``) conflicts with the real system-wide CMake tool. The ``cmake`` package from ``pip``**is not the real CMake**; it is a deprecated wrapper.
133
+
This error occurs because a Python package named ``cmake`` (installed via ``pip``) conflicts with the real system-wide CMake tool. The ``cmake`` package from ``pip``**is not the real CMake**; it is a deprecated wrapper. More `details on <https://github.com/scikit-build/cmake-python-distributions/issues/557>`__
134
134
135
135
1. **Check the location of the CMake executable:**
0 commit comments