Kambiz Tavabi
2016-10-28 20:56:23 UTC
Hi
I am Trying to get packages including pycuda-2016.1.2 working in a python
2.7 (Anaconda) environment. I am Running Ubuntu 1604 with working nvidia
driver and CUDA 8.
I installed pycuda via
$ git clone http://git.tiker.net/trees/pycuda.git
$ cd pycuda
$ ./configure.py --cuda-enable-gl
$ git submodule update --init
$ make -j 4
$ python setup.py install
nosetests fail with ImportErrors referencing
...anaconda2/lib/python2.7/site-packages/pycuda-2016.1.2-py2.7-linux-x86_64.egg/pycuda/_driver.so:
undefined symbol: gibbirish
The error persists after new anaconda python install, with clean pycuda
rebuild; as well as setting environment
<https://wiki.tiker.net/BoostInstallationHowto#LD_LIBRARY_PATH> using export
LD_LIBRARY_PATH=$HOME/pool/lib:${LD_LIBRARY_PATH}--although I don't really
understand what $HOME/pool/lib means since it doesn't even exist? I read a
few short reports about this on various forums and the problem is
identified as a mismatch between python headers--which unfortunately makes
little sense to me; I have no idea what kind of problem I am hitting here.
Thanks in advance for any help.
I am Trying to get packages including pycuda-2016.1.2 working in a python
2.7 (Anaconda) environment. I am Running Ubuntu 1604 with working nvidia
driver and CUDA 8.
I installed pycuda via
$ git clone http://git.tiker.net/trees/pycuda.git
$ cd pycuda
$ ./configure.py --cuda-enable-gl
$ git submodule update --init
$ make -j 4
$ python setup.py install
nosetests fail with ImportErrors referencing
...anaconda2/lib/python2.7/site-packages/pycuda-2016.1.2-py2.7-linux-x86_64.egg/pycuda/_driver.so:
undefined symbol: gibbirish
The error persists after new anaconda python install, with clean pycuda
rebuild; as well as setting environment
<https://wiki.tiker.net/BoostInstallationHowto#LD_LIBRARY_PATH> using export
LD_LIBRARY_PATH=$HOME/pool/lib:${LD_LIBRARY_PATH}--although I don't really
understand what $HOME/pool/lib means since it doesn't even exist? I read a
few short reports about this on various forums and the problem is
identified as a mismatch between python headers--which unfortunately makes
little sense to me; I have no idea what kind of problem I am hitting here.
Thanks in advance for any help.