Skip to content
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

fatal error: nanosockets/socket_errors.hpp: No such file or directory #20

Open
chialikuo opened this issue Aug 7, 2016 · 9 comments
Open
Labels

Comments

@chialikuo
Copy link

I tried compiling the source with a simple make but reached the following error:

fatal error: nanosockets/socket_errors.hpp: No such file or directory

Upon a quick look, it seems the directory nanosockets (and the source files within) are missing...

Did anyone compile the source successfully? Thanks.

@sankee168
Copy link

Even I am facing this issue.
./graphlab/cppipc/server/comm_server.hpp:22:10: fatal error: 'nanosockets/socket_errors.hpp' file not found

@jcarreira
Copy link

Also have the same problem here.

@srwOMG
Copy link

srwOMG commented Dec 19, 2016

The same problem...

@cheershuaizhao
Copy link

The same problem...

1 similar comment
@liao1995
Copy link

The same problem...

@alexklibisz
Copy link

alexklibisz commented Nov 7, 2017

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.

@jetou
Copy link

jetou commented Mar 30, 2018

same here

@TobyRoseman
Copy link

As the readme for this repository says:

THIS REPOSITORY IS DEPRECATED.

THE FUNCTIONALITY HAS MOVED TO Turi Create.


Turi Create is entirely open source, so there is no need for a separate SDK.

@LYU-Zhe
Copy link

LYU-Zhe commented May 10, 2018

same problem and can not access the blog, page not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests