Hello Everyone!
When trying to import the pyopencl module I experience the following error >>> import pyopencl as cl Traceback (most recent call last): File "<stdin>", line 1, in <module> File "[my home folder]\Anaconda3\lib\site-packages\pyopencl\__init__.py", line 37, in <module> import pyopencl.cffi_cl as _cl File "[my home folder]\Anaconda3\lib\site-packages\pyopencl\cffi_cl.py", line 39, in <module> from pyopencl._cffi import ffi as _ffi ImportError: DLL load failed: The specified module could not be found. I'm on Windows 10 running python 3.5.4 through Anaconda with pyopencl 2017.2 from conda-forge, installed through Anaconda. My system is an i5 4670K with an R9 290 running driver version 17.11.1 with OpenCL Version 23.20.788.0. My attempts at a solution is further described in the following question on stackoverflow.com https://stackoverflow.com/questions/47161850/pyopencl-import-error <https://stackoverflow.com/questions/47161850/pyopencl-import-error> <https://stackoverflow.com/questions/47161850/pyopencl-import-error>Best Regards
_______________________________________________ PyOpenCL mailing list PyOpenCL@tiker.net https://lists.tiker.net/listinfo/pyopencl