You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_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.
The text was updated successfully, but these errors were encountered:
_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.
The text was updated successfully, but these errors were encountered: