'_lasy_init' in 'silx/opencl/common.py' returns 'pyopencl._cl.LogicError: clGetDeviceIDs failed: INVALID_VALUE' in MacOS GitHub test workflow #822
Replies: 2 comments 3 replies
-
This looks like an error returned by your ICD loader or ICD, so you'll need to get clarity on what those are. Did you take specific steps to install OpenCL? How did you install PyOpenCL? Judging from the paths above, it seems like silx and pyopencl were installed into the Mac system Python? If so, that's a terrible idea/a great way to break your system. My suggestion would be to learn about conda and/or virtual environments. |
Beta Was this translation helpful? Give feedback.
-
Hi Andreas, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Our team uses
silx
andpyopencl
as part of our package, and we are encountering an error when running them as part of our MacOS test workflow on GitHub (this doesn't occur for Windows or Ubuntu).This is the error log returned by
pytest
when running tests in the GitHub workflow.Environment (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions