Python pyopencl DLL load failed even with latest drivers
问题 I've installed the latest CUDA and driver for my GPU. I'm using Python 2.7.10 on Win7 64bit. I tried installing pyopencl from: a . the unofficial windows binaries at http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopencl b . by compiling my own after getting the sources from https://pypi.python.org/pypi/pyopencl The installation was successful on both cases but I get the same error message once I try to import it: >>> import pyopencl Traceback (most recent call last): File "<stdin>", line 1, in