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

cannot build #8

Open
ggdhines-zz opened this issue Apr 22, 2015 · 3 comments
Open

cannot build #8

ggdhines-zz opened this issue Apr 22, 2015 · 3 comments

Comments

@ggdhines-zz
Copy link

Hi, I'm trying out the code. After downloading, I've run
python setup.py build
sudo python setup.py install
Then when I try
python -m pyxmeans.benchmark
I get the error:
/usr/bin/python: cannot import name _minibatch

@jeffreyguo24
Copy link

Hi, have you solve this problem? I also met this issue

@mynameisfiber
Copy link
Owner

What directory are you in when trying to run python -m pyxmeans.benchmark? If you are in the pyxmeans directory it will not work since it will be trying to find the compiled _minibatch.o file in the local directory even though it was only placed in the global python install.

@FelipeGOliveira
Copy link

Hi, I'm with the same problem above. I've run the same commands with the same output.
I've run the command "python -m pyxmeans.benchmark" in pyxmeans-master directory.
Could you help me?

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

4 participants