nanomsg on windows
See original GitHub issueI know you say it is not been tested on windows. But here is what I get when I try to installl:
(Where does it say one needs python?)
D:\Source\Orchestrator\orchestrator>npm install nanomsg
> nanomsg@4.0.2 install D:\Source\Orchestrator\orchestrator\node_modules\nanomsg
> node-gyp rebuild
D:\Source\Orchestrator\orchestrator\node_modules\nanomsg>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:492:19)
gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:517:16)
gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:152:21)
gyp ERR! System Windows_NT 10.0.14393
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd D:\Source\Orchestrator\orchestrator\node_modules\nanomsg
gyp ERR! node -v v10.9.0
gyp ERR! node-gyp -v v3.7.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nanomsg@4.0.2 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nanomsg@4.0.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
nanomsg library - GitHub
Release MIT License Linux Windows Darwin Discord. The nanomsg library is a simple high-performance implementation of several "scalability protocols".
Read more >Download - Nanomsg
To build and install the library, unpack the package, and follow the directions given inthe README.md file. You will need to have both...
Read more >Welcome to nanomsg
Release MIT License Linux Status Windows Status Gitter. The nanomsg library is a simple high-performance implementation of several “scalability protocols”.
Read more >nanomsg/nanomsg - Gitter
I'm sending messages immediately after connecting with PUB-SUB, so can't really set up any handshake there. Working with python bindings (python-nanomsg).
Read more >Link Errors for NanoMsg with VS2017 - Stack Overflow
Tell me why I have to stuff the nng.lib inside of: C:\Program Files (x86)\Windows Kits\10\Lib\10.0.17134.0\um\x64 I checked all the security on ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think you can edit readme’s entirely from github’s web interface, and create PR’s from that.
Fork and edit yes, but I don’t see an in-place edit.
BTW @nickdesaulniers , I combined this with Google Flatbuffers and am using the bus protocol. I wrote a trigger/action engine, and in all of less than 4 hours and 50 lines of code, the whole things works. Fantastic. Thank you so much.