Open chialikuo opened 8 years ago
Even I am facing this issue. ./graphlab/cppipc/server/comm_server.hpp:22:10: fatal error: 'nanosockets/socket_errors.hpp' file not found
Also have the same problem here.
The same problem...
The same problem...
The same problem...
In case people are still interested, there is another fork of this package here: https://github.com/alexeygrigorev/libffm-python
It's more recent, so maybe it resolves this problem. I'll be trying it later today and will report back if it ends up working.
Edit: Can confirm I was able to easily get the example built and running. Just had to install python-dev
on my Ubuntu 17 box.
same here
Turi Create is entirely open source, so there is no need for a separate SDK.
same problem and can not access the blog, page not found
I tried compiling the source with a simple
make
but reached the following error:Upon a quick look, it seems the directory nanosockets (and the source files within) are missing...
Did anyone compile the source successfully? Thanks.