Remove CMake files (#4493)

This commit is contained in:
Philipp Moritz
2019-04-02 22:17:33 -07:00
committed by Robert Nishihara
parent 7d776f35e1
commit b0f6ddf6d1
33 changed files with 29 additions and 1924 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ One of the Ray libraries is compiled against the wrong version of Python
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If there is a segfault or a sigabort immediately upon importing Ray, one of the
components may have been compiled against the wrong Python libraries. CMake
components may have been compiled against the wrong Python libraries. Bazel
should normally find the right version of Python, but this process is not
completely reliable. In this case, check the CMake output from installation and
completely reliable. In this case, check the Bazel output from installation and
make sure that the version of the Python libraries that were found match the
version of Python that you're using.