Hello,
I've installed PyCUDA using several different methods, including pip, apt, as
well as compiling from source, but there is still a conflict with the version
of CUDA that I am running it would appear:
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:07:16_PDT_2019
Cuda compilation tools, release 10.1, V10.1.243
Python 3.8.2 (default, Apr 27 2020, 15:53:34)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycuda.driver as cuda
>>> import pycuda.autoinit
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/gp/.local/lib/python3.8/site-packages/pycuda/autoinit.py", line
5, in <module>
cuda.init()
pycuda._driver.LogicError: cuInit failed: system has unsupported display driver
/ cuda driver combination
>>> pycuda.VERSION
(2019, 1, 2)
Any ideas? I can't seem to find the version requirements anywhere on github or
elsewhere. I am running a clean install of Ubuntu 20.04 LTS.
Thanks in advance
_______________________________________________
PyCUDA mailing list -- pycuda@tiker.net
To unsubscribe send an email to pycuda-le...@tiker.net