Created
April 20, 2011 19:40
-
-
Save amiller/932494 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amiller@amiller-asus:~/Desktop/kinectstuff/kontort/decision_tree$ python training_server.py | |
/usr/local/lib/python2.6/dist-packages/classipy/__init__.py:8: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility | |
from _classipy_rand_forest import RandomForestClassifier, FastClassifier | |
/usr/local/lib/python2.6/dist-packages/classipy/__init__.py:8: RuntimeWarning: numpy.flatiter size changed, may indicate binary incompatibility | |
from _classipy_rand_forest import RandomForestClassifier, FastClassifier | |
Traceback (most recent call last): | |
File "training_server.py", line 195, in <module> | |
main(*parse_args()) | |
File "training_server.py", line 185, in main | |
socket_rep = setup_rep_socket(address, reqrepport) | |
File "training_server.py", line 58, in setup_rep_socket | |
socket_rep.bind("tcp://%s:%d" % (address, reqrepport)) | |
File "socket.pyx", line 391, in zmq.core.socket.Socket.bind (zmq/core/socket.c:3560) | |
zmq.core.error.ZMQError: Cannot assign requested address | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment