From f89091810a3f62fbd53d7e5b77ce45cd07393032 Mon Sep 17 00:00:00 2001 From: zachjweiner Date: Mon, 16 Nov 2020 17:00:39 -0600 Subject: [PATCH] Add note about mixing conda forge and pypi installations --- doc/misc.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/misc.rst b/doc/misc.rst index 1cb3110b..8a81e8f9 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -138,6 +138,12 @@ To install pyopencl with oclgrind, an OpenCL debugger do, #. ``pip install pyopencl[oclgrind]`` +.. note:: + + Avoid mixing components installed from Conda Forge and PyPI. + For example, installing PyOpenCL from pip followed by OCL-ICD from Conda Forge can + redirect the ICD loader, removing access to system-wide ICDs. + Installing from source ---------------------- -- GitLab