Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named KMeansRex #13

Open
LXWDL opened this issue May 8, 2017 · 0 comments
Open

ImportError: No module named KMeansRex #13

LXWDL opened this issue May 8, 2017 · 0 comments

Comments

@LXWDL
Copy link

LXWDL commented May 8, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant