Hey all,
I know version of this question have been asked previously but after a
couple hours on google I've yet to get anything working for me.
So I'm running Ubuntu 10.04, I've had CUDA running fine for a while and I'm
trying to install pycuda. I got through the installation process, can open
up python and import pycuda but when I try to run any of the test scripts I
get the following error.
/usr/local/lib/python2.6/dist-packages/pycuda-2012.1-py2.6-linux-x86_64.egg/pycuda/driver.py:6:
UserWarning: Failed to import the CUDA driver interface, with an error
message indicating that the version of your CUDA header does not match the
version of your CUDA driver.
warn("Failed to import the CUDA driver interface, with an error "
Traceback (most recent call last):
File "test_cumath.py", line 4, in <module>
from pycuda.tools import mark_cuda_test
File
"/usr/local/lib/python2.6/dist-packages/pycuda-2012.1-py2.6-linux-x86_64.egg/pycuda/tools.py",
line 30, in <module>
import pycuda.driver as cuda
File
"/usr/local/lib/python2.6/dist-packages/pycuda-2012.1-py2.6-linux-x86_64.egg/pycuda/driver.py",
line 2, in <module>
from pycuda._driver import *
ImportError:
/usr/local/lib/python2.6/dist-packages/pycuda-2012.1-py2.6-linux-x86_64.egg/pycuda/_driver.so:
undefined symbol: cuMemAllocPitch_v2
I know the header and driver do not match. I don't know how to make them
match. I'm not the most experienced in troubleshooting linux installations
so the more specific of help I can get the better.
Thanks!
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda