Re: [PyCUDA] Tests fail with ImportError _driver.so: undefined symbol

2016-10-30 Thread Andreas Kloeckner
Kambiz Tavabi writes: > I am at a complete loss. I did a fresh reinstall of the OS (ubuntu 16.04) > and the first thing I did was: > > >- apt update; sudo apt upgrade >- apt-get install nvidia-cuda-toolkit nvidia-361 nvidia-modprobe >- Build install pycuda as before;

Re: [PyCUDA] Tests fail with ImportError _driver.so: undefined symbol

2016-10-28 Thread Kambiz Tavabi
I am at a complete loss. I did a fresh reinstall of the OS (ubuntu 16.04) and the first thing I did was: - apt update; sudo apt upgrade - apt-get install nvidia-cuda-toolkit nvidia-361 nvidia-modprobe - Build install pycuda as before; nosetests failed with same error - pip uninstall

Re: [PyCUDA] Tests fail with ImportError _driver.so: undefined symbol

2016-10-28 Thread Andreas Kloeckner
Kambiz Tavabi 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