Kambiz Tavabi <[email protected]> writes: > 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
Did it literally say 'gibbirish'? Because that symbol is the one thing that might help me figure out what happened. Andreas _______________________________________________ PyCUDA mailing list [email protected] https://lists.tiker.net/listinfo/pycuda
