Pyrit 0.5.1 (C) 2008-2011 Lukas Lueg - 2015 John Mora
https://github.com/JPaulMora/Pyrit
This code is distributed under the GNU General Public License v3+
Traceback (most recent call last):
File "/usr/bin/pyrit", line 6, in
pyrit_cli.Pyrit_CLI().initFromArgv()
File "/usr/lib/python2.7/site-packages/pyrit_cli.py", line 117, in initFromArgv
func(self, **options)
File "/usr/lib/python2.7/site-packages/pyrit_cli.py", line 294, in list_cores
with cpyrit.cpyrit.CPyrit() as cp:
File "/usr/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 442, in init
self.CUDAs.append(CUDACore(queue=self, dev_idx=dev_idx))
File "/usr/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 243, in init
_cpyrit_cuda.CUDADevice.init(self, dev_idx)
SystemError: Unknown CUresult.
did you manage to solve this cause im experiencing the same problem