-
Notifications
You must be signed in to change notification settings - Fork 86
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
A python runtime error #3
Comments
By the way, the source code is the google code version. The github version I can't built sucessfully, I modified the CMakeList and Make sure program can find the libraries but there is still a error. |
We may need to contact Rick to check this issue |
Do you solve this problem? I meet this problem too, and I don't know how to solve it. |
I compiled the latest version and i got the same error. anybody figured out the solution yet? Update: |
I built this project successfully, but some errors occurred when I try to run it in the single machine model.
I modify the IP variable to 127.0.0.1 and chmod +x wordcount_run_locally.sh
when I run ./wordcount_run_locally.sh, the error occurred in util.py, error trace shows :
It seems that there are somethings wrong in function : wait_cmd(process, cmd_scp)
the retcode is 255, but seems Useless.
I tested it on Ubuntu 13.04 and 14.04, the error is the same.
The text was updated successfully, but these errors were encountered: