Skip to content
Snippets Groups Projects
Commit f8909181 authored by zachjweiner's avatar zachjweiner
Browse files

Add note about mixing conda forge and pypi installations

parent 4e2e4f31
Branches
Tags
No related merge requests found
...@@ -138,6 +138,12 @@ To install pyopencl with oclgrind, an OpenCL debugger do, ...@@ -138,6 +138,12 @@ To install pyopencl with oclgrind, an OpenCL debugger do,
#. ``pip install pyopencl[oclgrind]`` #. ``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 Installing from source
---------------------- ----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment