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, 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
The text was updated successfully, but these errors were encountered:
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.
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?
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
The text was updated successfully, but these errors were encountered: