You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,When I run the import KMeansRex,I have the Problem
ImportError: No module named KMeansRex
than I add the PYTHONPATH,I have run the import KMeansRex again,the error is
Traceback (most recent call last):
File "", line 1, in
File "/home/dl/lxw/KMeansRex-master/python/KMeansRex/init.py", line 1, in
from .KMeansRex import RunKMeans
File "/home/dl/lxw/KMeansRex-master/python/KMeansRex/KMeansRex.py", line 35, in
os.path.join(reporootdir,'lib/libkmeansrex64.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: /home/dl/lxw/KMeansRex-master/lib/libkmeansrex64.so: cannot open shared object file: No such file or directory
I don't know how to solver this,can you help me? thank you very much.
The text was updated successfully, but these errors were encountered:
Hi,When I run the import KMeansRex,I have the Problem
ImportError: No module named KMeansRex
than I add the PYTHONPATH,I have run the import KMeansRex again,the error is
Traceback (most recent call last):
File "", line 1, in
File "/home/dl/lxw/KMeansRex-master/python/KMeansRex/init.py", line 1, in
from .KMeansRex import RunKMeans
File "/home/dl/lxw/KMeansRex-master/python/KMeansRex/KMeansRex.py", line 35, in
os.path.join(reporootdir,'lib/libkmeansrex64.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: /home/dl/lxw/KMeansRex-master/lib/libkmeansrex64.so: cannot open shared object file: No such file or directory
I don't know how to solver this,can you help me? thank you very much.
The text was updated successfully, but these errors were encountered: