Skip to content

Commit 6d6be62

Browse files
authored
.
1 parent b0bffe4 commit 6d6be62

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/Installation/Troubleshooting/index.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +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.
134-
135-
.. warning::
136-
The ``cmake`` package from ``pip`` **is not the real CMake**; it is a deprecated wrapper.
137-
To use the correct version, install CMake from official sources such as ``apt``, ``brew``, or the official installer.
138-
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.
139134
140135
1. **Check the location of the CMake executable:**
141136

0 commit comments

Comments
 (0)