Kambiz Tavabi <ktav...@uw.edu> 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; nosetests failed with same error
>    - pip uninstall pycuda
>    - pip install pycuda
>    - python -c "from pycuda import gpuarray, driver" > Same import error
     >
> I wonder if I am hitting this issue
> <https://github.com/NervanaSystems/neon/issues/246> on the installation?

If you're seeing an error message that says

unsupported GNU version! gcc versions later than 4.9 are not supported

then yes, that's your problem. In general, if you don't quote (or
mis-quote, as you did) your error message, don't be surprised if nobody
can or wants to help you.

Andreas

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

Reply via email to