thomasmodeneis
thomasmodeneis
I'm also facing same problems here: ``` [0] Writer closed [0] events.js:154 [0] throw er; // Unhandled 'error' event [0] ^ [0] [0] Error: read ECONNRESET [0] at exports._errnoException (util.js:856:11)...
Great module, but that window ... @broucz any suggested workarounds ?
Hi, Ive managed to install mitie #2 however after this the error changed to: ``` /tmp/go-build297469961/github.com/advancedlogic/go-freeling/nlp/_obj/mitie.cgo2.o: In function `get_entity': ../github.com/advancedlogic/go-freeling/nlp/mitie.go:28: undefined reference to `mitie_ner_get_detection_score' collect2: error: ld returned 1 exit...
@CPerezz this will indeed help, +1 here.
Hi, I wrote a little post about Running a [RethinkDB Proxy as Daemon](https://thomasmodeneis.wordpress.com/2017/04/14/running-a-rethinkdb-proxy-as-daemon/) that could be helpful to someone ...
Hi, many thanks for looking into this. I tried updating all the libs, would you mind sharing the versions you are using that allowed you to compile it with success...
I did just like you said, upgraded to Ubuntu 19 and upgraded g++ and mingw, but still the error persists: ``` # apt-cache policy g++-mingw-w64-x86-64 g++-mingw-w64-x86-64: Installed: 8.3.0-6ubuntu1+21.1build2 Candidate: 8.3.0-6ubuntu1+21.1build2...
I also did it with a VM using Ubuntu 19, and ran into the same error. @fllaca are you running `make geth-windows` as well ? did you installed anything else...
I found that the go-ethereum is currently not building the windows versions on linux, the windows versions is being build via appveyor job, is this the case ?
Updating grpcio and tools actually fixed the build after I updated to Ubuntu 19, thanks @sudoerChris