Guillaume LAURENT
2015-11-03 19:28:45 UTC
Hi all,
I am working under linux Fedora 22 and a Nvidia GTX 260. Driver 340.93
and cuda 6-5 are installed, which are the latest supported versions for
this graphic card. I am using python 2.7.10 and I have installed the
full scipy stack through yum.
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/pycuda/autoinit.py", line
2, in <module>
import pycuda.driver as cuda
File "/usr/lib64/python2.7/site-packages/pycuda/driver.py", line 5,
in <module>
from pycuda._driver import * # noqa
ImportError: /usr/lib64/python2.7/site-packages/pycuda/_driver.so:
undefined symbol: PyUnicodeUCS2_AsWideChar
The same error is not encountered with pycuda 2015.1.2 which seems to
work fine.
Cheers
GuL
I am working under linux Fedora 22 and a Nvidia GTX 260. Driver 340.93
and cuda 6-5 are installed, which are the latest supported versions for
this graphic card. I am using python 2.7.10 and I have installed the
full scipy stack through yum.
import pycuda.autoinit
Traceback (most recent call last):File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/pycuda/autoinit.py", line
2, in <module>
import pycuda.driver as cuda
File "/usr/lib64/python2.7/site-packages/pycuda/driver.py", line 5,
in <module>
from pycuda._driver import * # noqa
ImportError: /usr/lib64/python2.7/site-packages/pycuda/_driver.so:
undefined symbol: PyUnicodeUCS2_AsWideChar
The same error is not encountered with pycuda 2015.1.2 which seems to
work fine.
Cheers
GuL