wsy4665 / cudamat

Automatically exported from code.google.com/p/cudamat
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Module nvidia not found #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Befor installing Eric(I already have spyder, but i want to try use eric to 
debug), my cudamat work well
2. After install Eric, the problem "FATAL: Module nvidia not found." arised, 
and i removed Eric, the problem still happened

What is the expected output? What do you see instead?
cudamat not work, run "python test_cudamat.py", output error like below:
Traceback (most recent call last):
  File "test_cudamat.py", line 4, in <module>
    import cudamat as cm
  File "/home/mvg428/SoftWare/cudamat/cudamat/cudamat.py", line 7, in <module>
    _cudamat = ct.cdll.LoadLibrary('libcudamat.so')
  File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libcudamat.so: cannot open shared object file: No such file or 
directory

What version of the product are you using? On what operating system?
ubuntu 12.04 LTS, quadro 4000(GPU)

Please provide any additional information below.

Original issue reported on code.google.com by ilovelf...@gmail.com on 19 Dec 2013 at 3:06