python - Errno 32 Broken Pipe when using easy.py in libsvm -
a few days ago, still able use easy.py, today, when tried again, got error [errorno 32] broken pipe, haven't had before. still same, did not change single thing, updated java version 8... that's all...
line = '' while true: last_line = line line = f.readline() if not line: break c,g,rate = map(float,last_line.split())
and error:
scaling training data... cross validation... [errno 32] broken pipe try "grid.py" more information. ^ctraceback (most recent call last): file "easy.py", line 61, in <module> line = f.readline() keyboardinterrupt
have had error before?
p/s: tried running on 2 different machines, both using mac os 10.9.2, can run on machine , can't on other one... differernt between them 1 uses java , netbean 8, 1 uses java , netbean 7. on machine failed run program, upgraded mamp pro in 3.03 yesterday.
probably late, did ever fix this? i've had same issue, , discovered problem gnuplot
. wasn't executing , once fixed went normal. java
update meant needed update gnuplot
.
Comments
Post a Comment