我想用LuaRocks在macOS上安装nn。但当你跑的时候
sudo luarocks install nn //I use sudo because otherwise I don't have permission to install我收到错误了
lnn.c:4:9:致命错误:“nanomsg/nn.h”文件未找到,包含生成的^1错误。
我怎样才能解决这个问题?
发布于 2017-01-26 11:17:07
啤酒来拯救你了。
运行:
brew install nanomsg这对我有用。
https://stackoverflow.com/questions/40618035
复制相似问题