Open Fercho120 opened 4 years ago
Related to #1776, but I closed it there because the reporter did not respond. I believe this is an issue related to a bad installation of apm.
I could be wrong, but this also may be a side effect of us using zeromq v5 instead of v6. I think until we upgrade there is no way of telling, but I am going to work on our upgrade, and hopefully either a re-installation or this upgrade resolves the issue.
@n-riesco do you know if this is zeromq version related?
@wadethestealth Hydrogen is still using zeromq v5. I installed Hydrogen on Ubuntu 18.04 this week without a problem. The error is triggered while running the script to download the zeromq binary.
@Fercho120 Have you tried to install Hydrogen again? This may just be a temporary network failure.
For what it's worth, I'm running into a very similar installation error with hydrogen 0.14.1 on ubuntu 20.04. It seems like issue #1922 is also similar. If I can do anything to help debug, let me know.
Hi I've used Hydrogen on Atom for a few years, nevertheless I was working with other tools so stopped using it for a while, now I just needed to do some stuff on jupyter so I tried to update it, to 2.13.1, since the update failed and here in hydrogen's github says that the build is passing, I've uninstalled Hydrogen and trying to reinstalling it, but that also doesn't worked. Do you have any idea about this being an Hydrogen or Atom Issue? This is my Atom's console error log:
Installing package hydrogen failed Error: Installing “hydrogen@2.13.1” failed. at /usr/share/atom/resources/app/static/:11:917154
at r (/usr/share/atom/resources/app/static/:11:911606)
at o (/usr/share/atom/resources/app/static/:14:1037724)
at t.bufferStream (/usr/share/atom/resources/app/static/:14:1037878)
at Socket.e.on (/usr/share/atom/resources/app/static/:14:1036480)
at emitOne (events.js:121:20)
at Socket.emit (events.js:211:7)
at Pipe._handle.close [as _onclose] (net.js:554:12)
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. module.js:538 throw err; ^
Error: Cannot find module '/tmp/apm-install-dir-1191116-16603-194nsgl.5x64/node_modules/Hydrogen/node_modules/zeromq/scripts/prebuild-install.js' at Function.Module._resolveFilename (module.js:536:15) at Function.Module._load (module.js:466:25) at Function.Module.runMain (module.js:676:10) at startup (bootstrap_node.js:187:16) at bootstrap_node.js:608:3 module.js:538 throw err; ^
Error: Cannot find module '/tmp/apm-install-dir-1191116-16603-194nsgl.5x64/node_modules/Hydrogen/node_modules/zeromq/scripts/preinstall.js' at Function.Module._resolveFilename (module.js:536:15) at Function.Module._load (module.js:466:25) at Function.Module.runMain (module.js:676:10) at startup (bootstrap_node.js:187:16) at bootstrap_node.js:608:3 npm WARN enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-1191116-16603-194nsgl.5x64/package.json' npm WARN react-rangeslider@2.2.0 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself. npm WARN apm-install-dir-1191116-16603-194nsgl.5x64 No description npm WARN apm-install-dir-1191116-16603-194nsgl.5x64 No repository field. npm WARN apm-install-dir-1191116-16603-194nsgl.5x64 No README data npm WARN apm-install-dir-1191116-16603-194nsgl.5x64 No license field.
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! zeromq@5.2.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@5.2.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in: npm ERR! /home/fercho/.atom/.apm/_logs/2019-12-16T21_31_25_260Z-debug.log
Thanks for your help!