Donald Osmeyer <donald.osme...@outlook.com> writes:

> I just installed Ubuntu 14.04, the Nvidia driver 340.29, cuda version 6.5.12. 
>  I tried to install pycuda-2014.1 using the instructions found at 
> http://wiki.tiker.net/PyCuda/Installation/Linux/Ubuntu
>
> Everything seems to install fine. In particular, I get this message as part 
> of the isntall:
>
>
> Using /usr/local/lib/python2.7/dist-packages/py-1.4.26-py2.7.egg
> Searching for six==1.5.2
> Best match: six 1.5.2
> Adding six 1.5.2 to easy-install.pth file
>
> Unfortunately, when I try to run the test I get this error:
>
> donald@Beast:~/pycuda-2014.1/test$ python test_driver.py 
> Traceback (most recent call last):
>   File "test_driver.py", line 17, in <module>
>     import pycuda.gpuarray as gpuarray
>   File 
> "/usr/local/lib/python2.7/dist-packages/pycuda-2014.1-py2.7-linux-x86_64.egg/pycuda/gpuarray.py",
>  line 3, in <module>
>     import pycuda.elementwise as elementwise
>   File 
> "/usr/local/lib/python2.7/dist-packages/pycuda-2014.1-py2.7-linux-x86_64.egg/pycuda/elementwise.py",
>  line 34, in <module>
>     from pytools import memoize_method
>   File 
> "/usr/local/lib/python2.7/dist-packages/pytools-2014.3.5-py2.7.egg/pytools/__init__.py",
>  line 5, in <module>
>     from six.moves import range, zip, intern, input
> ImportError: cannot import name intern
> donald@Beast:~/pycuda-2014.1/test$ 

six 1.5.2 is very outdated. (1.8.0 is current.) I wonder how your system
wound up figuring that was the best version to use. Could you try and
troubleshoot that?

Andreas

Attachment: signature.asc
Description: PGP signature

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to