Skip to content

Commit 6071725

Browse files
authored
.
1 parent 55c7570 commit 6071725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Installation/Troubleshooting/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ review the JAVA_XXX variables there. They might be pointing to a non existing JA
130130
ImportError: cannot import name 'cmake' from 'cmake' (unknown location)
131131
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132132
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.
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>`__
134134
135135
1. **Check the location of the CMake executable:**
136136

0 commit comments

Comments
 (0)