YoRyan / nuxhash

A NiceHash cryptocurrency mining client for Linux.
GNU General Public License v3.0
264 stars 164 forks source link

AttributeError: 'NvidiaDevice' object has no attribute 'cuda_index' #9

Closed igorvoltaic closed 6 years ago

igorvoltaic commented 6 years ago

After running $ ./nuxhashd.py --benchmark-all I get the following

  File "./nuxhashd.py", line 143, in run_all_benchmarks
    print '\nCUDA device %d: %s' % (device.cuda_index, device.name)
AttributeError: 'NvidiaDevice' object has no attribute 'cuda_index'

I made a temporary fix changing all instances of cuda_index to pci_bus.

YoRyan commented 6 years ago

oops! fixed