-
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
Hey! I'm new to hydrogen! I can not update #2085
Comments
Same here, except that it complains about a different version of zeromq:
|
Same for me. I am running Debian 10. Tried to downgrade Atom to 1.54.0 and use Hydrogen 2.14.6 as proposed in #2079 and also to 1.55.0 / 2.14.7 (which was the last running version for me). However, this did not resolve the issue. I am a bit puzzled by that... any ideas? |
@kingtelepuz5 From your log, it looks like you've got the latest Hydrogen. If uninstalling and installing Hydrogen doesn't fix the issue. I'd try and downgrade hydrogen: @juliuscrn I don't have enough info to tell you what's wrong in your case. Please, could you uninstall and install Hydrogen again, and post the full log? @DMFTSever My understanding is that the latest release is working as of today. Please , could you check and confirm this isn't the case for you? |
I tried it again and it still doesn't work (with atom 1.56.0 and hydrogen 2.15.2). I have attached the log file I am not sure if this could be related to my conda installation. I have updated it and all packages recently |
Debian 10, Atom 1.51, both Hydrogen 2.15.2 and Hydrogen 2.14.7 fails to install and build: Click to error log for Hydrogen 2.15.2
Click to error log for Hydrogen 2.1547
There seems to be a problem with the location of the build library in linux:
|
Here's a workaround to install Hydrogen in Ubuntu:
|
This bug is also present when using Atom 1.56.0. Click to error log for Hydrogen 2.15.2
|
Fixed in #2088 |
The Fix from #2088 did not resolve the issue for me.
This actually worked, thanks :) |
@DMFTSever Could you give us the log of the failure? You shouldn't need to install any external dependencies. The app comes with prebuilt binaries. That seems strange to me. Also, what is your operating system and the processor architecture? |
This is the error logs I currently get: uname -a says: |
The log doesn't still give enough information why it fails. There is a warning about a missing package.json. It might be a bug in node-gyp-build which cannot find package.json 5820 warn enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-2021317-23868-7qh7cb.ooxql/package.json'
5821 verbose enoent This is related to npm not being able to find a file.
5822 warn apm-install-dir-2021317-23868-7qh7cb.ooxql No description
5823 warn apm-install-dir-2021317-23868-7qh7cb.ooxql No repository field.
5824 warn apm-install-dir-2021317-23868-7qh7cb.ooxql No README data
5825 warn apm-install-dir-2021317-23868-7qh7cb.ooxql No license field.
5826 verbose stack Error: @aminya/zeromq@5.2.15 install: `node-gyp-build || npm run build:libzmq`
5826 verbose stack Exit status 1
5826 verbose stack at EventEmitter.<anonymous> (/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
5826 verbose stack at EventEmitter.emit (events.js:200:13)
5826 verbose stack at ChildProcess.<anonymous> (/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
5826 verbose stack at ChildProcess.emit (events.js:200:13)
5826 verbose stack at maybeClose (internal/child_process.js:1021:16)
5826 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
5827 verbose pkgid @aminya/zeromq@5.2.15
5828 verbose cwd /tmp/apm-install-dir-2021317-23868-7qh7cb.ooxql
5829 verbose Linux 4.19.0-16-amd64
5830 verbose argv "/usr/share/atom/resources/app/apm/bin/node" "/usr/share/atom/resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/home/nini/.atom/.apm/.apmrc" "--userconfig" "/home/nini/.atom/.apmrc" "install" "https://www.atom.io/api/packages/hydrogen/versions/2.15.3/tarball" "--target=9.4.4" "--disturl=https://atom.io/download/electron" "--arch=x64" "--global-style"
5831 verbose node v12.4.0
5832 verbose npm v6.14.8
5833 error code ELIFECYCLE
5834 error errno 1
5835 error @aminya/zeromq@5.2.15 install: `node-gyp-build || npm run build:libzmq`
5835 error Exit status 1
5836 error Failed at the @aminya/zeromq@5.2.15 install script.
5836 error This is probably not a problem with npm. There is likely additional logging output above.
5837 verbose exit [ 1, true ] P.S: I have had many issues with the prebuild packages. As an example, node-gyp-build algorithm for finding prebuilds is pretty weak and they refuse to include improvements. I might make a fork of that project to fix the issue |
@n-riesco reinstall did the trick in my case. |
unfortunately none of the above methods helped me, I will just use again jupyter-notebook, thanks for the answer and your time helping me ❤️☘️ |
but if you suddenly do support .ipynb I will definitely come back, so far I was ready to use hydrogen only on R, ignoring the possibilities .ipynb, but now the kernel is not even put back, and I think it will not be the best option to torment my nerves, thank you very much for your help, I really look forward to support .ipynb and I will be ready to spend my nerves to install the kernel. * hugged * 🥰🤜🤛🦾🤯🦄 |
ipynb is already supported. You can import a notebook by running |
I didn't know that, then I'll try to install the kernel now and try this, thanks |
okay, it's not end Uncaught Error: /usr/lib/x86_64-linux-gnu/libstdc .so.6: version `GLIBCXX_3.4.26' not found (req... [Enter steps to reproduce:]
Atom: 1.56.0 x64 Stack TraceUncaught Error: /usr/lib/x86_64-linux-gnu/libstdc .so.6: version `GLIBCXX_3.4.26' not found (required by /home/iakov/.atom/packages/Hydrogen/node_modules/@aminya/zeromq/prebuilds/linux-x64/electron.abi80.node)
Commands
Non-Core Packages
and please, tell me, where i need to write "Hydrogen : import notebook " |
That's because you have installed Atom from Snap instead of the official website. I fixed that error for Snap, but they haven't responded for months |
ohh if it was true, I downloaded atom from off site, and installed it using the package .deb |
You can instead install libc++: |
From the top of my head, |
and so, after several hours of repair, I can draw a conclusion. First, ubuntu 18.04 does not update the kernel, perhaps a bug in ubuntu itself. second, i was able to update hydrogen without issue on ubuntu 20.04. third, support ipynb. still broken, when you run the code, the lines in the atom break and create visual interference, the graphics cannot be "touched". in general, everything is ok, thanks for the help☘️🥰 |
I would really like to solve this problem
I recently made a rough "roll" of the operating system by simply copying all the directories from ubuntu 20.04 to ubuntu 18.04 to ssd to ssd. In general, this is the only error that I have encountered so far, I will be grateful for any connection
`
2021-04-15T17_33_53_032Z-debug.log
2021-04-15T17_35_03_969Z-debug.log
`
The text was updated successfully, but these errors were encountered: