-
Notifications
You must be signed in to change notification settings - Fork 333
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
error installing hydrogen behind a proxy on Windows 32bit #1298
Comments
i guess it is 32 bit ubuntu 16.04 OS , thats why there is some issue.. |
@justdoGIT yes, that's the issue. |
after resolving python 2 issues now i am facing these errors (py2) kamal ~ $ apm install hydrogen
make: Entering directory '/tmp/apm-install-dir-118325-4953-1utuiku.zqimxtj4i/node_modules/Hydrogen/node_modules/canvas/build'
prebuild-install WARN install No prebuilt binaries found (target=1.6.16 runtime=electron arch=ia32 platform=linux) /tmp/apm-install-dir-118325-4953-1utuiku.zqimxtj4i In file included from ../src/Canvas.cc:20:0: npm ERR! zeromq@4.6.0 install: node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild) npm ERR! Please include the following file with any support request: |
@justdoGIT Now the problem is with |
then I guess there must be some problem with zeromq too. I tried installing zeromq with python 2.7 but it failed. The error is shown below:
|
@justdoGIT |
so should i manually install libzmq with python 2.7 |
@justdoGIT I'm not sure what you're trying to do? |
I have no idea why it failed, most probable reason I think is the proxy settings. Although apt-get and other utilities are working and also I am able to install other software packages from npm installer. There may be a possibility that the site hosting zeromq is down but surely I can't say much. I'll get back to you soon... |
@n-riesco running into a similar issue. I've used Hydrogen for quite some time. Updating atom to 1.28 broke everything on my windows rigs. I fixed the python issue by using
I have installed |
@eskemojoe007 Could you open a new issue, please? Judging by the logs you've posted, the issue you see is that |
@eskemojoe007 I've edited the title of this issue to make clear this issue is caused by being behind a proxy. And it'll be fixed, when zeromq/zeromq.js#260 is fixed. To be more clear: this issue happens when running |
I am also facing this problem downloading hydrogen. npm ERR! Invalid Version: npm ERR! A complete log of this run can be found in: |
prebuild-install WARN install No prebuilt binaries found (target=1.6.16 runtime=electron arch=ia32 platform=linux)
/tmp/apm-install-dir-118324-6046-schvki.7vzxj0dx6r
`-- (empty)
gyp ERR! configure error
gyp ERR! stack Error: Python executable "/opt/atom/resources/app/apm/bin/python-interceptor.sh" is v3.6.4, which is not supported by gyp.
gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
gyp ERR! stack at failPythonVersion (/opt/atom/resources/app/apm/node_modules/node-gyp/lib/configure.js:454:14)
gyp ERR! stack at /opt/atom/resources/app/apm/node_modules/node-gyp/lib/configure.js:443:9
gyp ERR! stack at ChildProcess.exithandler (child_process.js:197:7)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at maybeClose (internal/child_process.js:877:16)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
gyp ERR! System Linux 4.4.0-112-generic
gyp ERR! command "/opt/atom/resources/app/apm/bin/node" "/opt/atom/resources/app/apm/node_modules/.bin/node-gyp" "rebuild"
gyp ERR! cwd /tmp/apm-install-dir-118324-6046-schvki.7vzxj0dx6r/node_modules/Hydrogen/node_modules/canvas
gyp ERR! node -v v6.9.5
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
{ Error: getaddrinfo EAI_AGAIN github.com:443
at Object.exports._errnoException (util.js:1022:11)
at errnoException (dns.js:33:15)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
code: 'EAI_AGAIN',
errno: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'github.com',
host: 'github.com',
port: 443 }
npm WARN enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-118324-6046-schvki.7vzxj0dx6r/package.json'
npm WARN react-rangeslider@2.2.0 requires a peer of react@^0.14.0 || ^15.0.0 but none was installed.
npm WARN commonmark-react-renderer@4.3.4 requires a peer of commonmark@^0.27.0 || ^0.26.0 || ^0.24.0 but none was installed.
npm WARN apm-install-dir-118324-6046-schvki.7vzxj0dx6r No description
npm WARN apm-install-dir-118324-6046-schvki.7vzxj0dx6r No repository field.
npm WARN apm-install-dir-118324-6046-schvki.7vzxj0dx6r No README data
npm WARN apm-install-dir-118324-6046-schvki.7vzxj0dx6r No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: canvas@1.6.10 (node_modules/Hydrogen/node_modules/canvas):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: canvas@1.6.10 install:
node-gyp rebuild
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
npm ERR! Linux 4.4.0-112-generic
npm ERR! argv "/opt/atom/resources/app/apm/bin/node" "/opt/atom/resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/home/kamal/.atom/.apm/.apmrc" "--userconfig" "/home/kamal/.atom/.apmrc" "install" "/tmp/d-118324-6046-1nmeuy.tuz7bq33di/package.tgz" "--runtime=electron" "--target=1.6.16" "--arch=ia32" "--global-style"
npm ERR! node v6.9.5
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! zeromq@4.6.0 install:
node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the zeromq@4.6.0 install script 'node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the zeromq package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs zeromq
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls zeromq
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /tmp/apm-install-dir-118324-6046-schvki.7vzxj0dx6r/npm-debug.log
npm ERR! code 1
The text was updated successfully, but these errors were encountered: