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

"python setup.py install" has error #58

Open
zhuangchaoxi opened this issue Apr 27, 2017 · 1 comment
Open

"python setup.py install" has error #58

zhuangchaoxi opened this issue Apr 27, 2017 · 1 comment

Comments

@zhuangchaoxi
Copy link

_nanomsg_cpy/wrapper.c:4:24: fatal error: nanomsg/nn.h: No such file or directory
#include <nanomsg/nn.h>
^
compilation terminated.

===============================================================================
WARNING : CPython API extension could not be built.

Exception was : CompileError(DistutilsExecError("command 'gcc' failed with exit status 1",),)

If you need the extensions (they may be faster than alternative on some
platforms) check you have a compiler configured with all the necessary
headers and libraries.

@zhuangchaoxi
Copy link
Author

My problem is solved:
ln -s /usr/local/nanomsg/include/nanomsg/ /usr/include/nanomsg

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

No branches or pull requests

1 participant