-
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
Hydrogen crashes after updating Atom (ZeroMQ build fails on Electron 9) #2079
Comments
hydrogen cannot be install after update atom to 1.56.0 |
Is that your observation or a known (recent) issue? Could you please give me some details ? |
I don't know exactly what's wrong but I have kinda the same issue. I believe the problem is the last update of Atom in which they updated electron |
I have the same issue. Hydrogen won't install after updating Atom to 1.56.0 x64
|
Getting a similar issue given the Atom update. Encountering an error when rebuilding Hydrogen. This has repeatedly occurred in the past whenever Atom updates and makes Atom unusable. |
Same issue here.. =( |
I`ve got the same error! |
I have the same issue. Hydrogen will crash the editor whenever a new kernel is called on. Hydrogen: 2.14.7 |
Same trouble here :( Error report is the same as above for windows 10. Curiously, installing an older version of atom doesn't work either... I guess if electron is the problem, older versions of atom/hydrogen don't default to a corresponding old release of electron? I tried atom 15.0 and 14.0. |
after return to atom 1.55.0 x64 (https://github.com/atom/atom/releases/tag/v1.55.0) + hydrogen 2.14.7 everything work correctly. make sure you uncheck the auto-update atom options (Help/About Atom) and rebuild (or reinstall) hydrogen. we have to wait for fix for atom 1.56.0 :/ |
Thanks for your help! Could you explain how to download atom 1.55.0? |
@asiloisad I have the same versions listed, but still crashing. Any suggestions? """ npm ERR! A complete log of this run can be found in: |
Release is here: Download the appropriate setup script and run. If windows x64 like me it is AtomSetup-x64.exe. However, this procedure did not work for me, so be warned. |
@IanRMOReilly the error message you posted is still And thanks for sharring the link to 1.55.0. |
@n-riesco Aha! Good call, thanks for spotting that. After a fresh install you have to hit the "Rebuild package" button, otherwise it still thinks you are on 1.56.0. All green for me. Thanks for the help |
I am still having hydrogen failures after going to 1.55.0, turning off auto-updates, and trying to reinstall hydrogen:
|
@afogarty85 The error message is too short. Please, could you share more? See the error messages already shared above. |
Updated; any solutions yet? |
By the way, this is a duplicate of #2034. The new ZeroMQ release has gone through, once this PR is merged the prebuilds will be uploaded: In the meantime, the solution is to use Atom 1.55: |
1.55.0 is still failing for me and at least one other. |
If you can't wait for the prebuilds, you can try to build ZeroMQ from the source. The above error message says that Windows 8.1 SDK is missing. You can download and install it from here: The SDK for the other Windows versions is available from here: |
I got it to work. Dragged Atom from Applications folder into the trash. Downloaded 1.55.0 (https://github.com/atom/atom/releases/tag/v1.55.0), rebuilt Hydrogen, and restarted Atom.
|
Looks like it is a windows 10 error, I have the same build and it fails (now trying older Atom versions):
|
This comment has been minimized.
This comment has been minimized.
If you want to use Atom 1.55, just run the following command:
The issue is completely irrelevant to Atom. |
Finally fixed! Thanks @aminya Here is what I had to do since I already uninstalled Hydrogen.
Working! |
Downgraded to Atom 1.55.0
Rebuilt Hydrogen
Editor still crashes when trying to initialize kernel and run python file.
… On Apr 14, 2021, at 11:40 PM, Amin Yahyaabadi ***@***.***> wrote:
Closed #2079 <#2079> via #2082 <#2082>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#2079 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ATNAXMOCDJNAYBAC36MWPJLTIZN4VANCNFSM425OKJEA>.
|
Hydrogen 2.15.0 is released. Now you can use Hydrogen on the latest Atom 🎉 |
And with Hydrogen 2.15.1 just now released a simple
And I can get back to work! |
I'm unable to install Hydrogen 2.15.1 with Atom 1.56.0.
|
@tom-andersson What is your operating system and processor architecture? No prebuilds are found for your system, and so the code is trying to build it from the source. |
Thanks for quick reply @aminya How can I ensure the right prebuilds are in place? I'm not too familiar with Atom packages. |
@tom-andersson It should be picked up automatically. You can find them under
I am also fixing the build-from-source script for the next version |
Thanks @aminya. I don't have a |
I registered a new version now which fixes the building from the source. Run the following command to ensure you are using the latest version:
|
@aminya I'm still getting the following error from
|
Could you extract this zip file under The prebuilds folder should look like the following.
|
@aminya I get what looks like the same error trace after extracting the zip file as suggested and running |
That's strange! Try cloning the repository, and running the following command
If apm install failed, do this:
Let me know how it goes. |
Thank you for continued help @aminya.
|
No worries. Npm comes with Atom. It is on some path like this:
Just in case, are you using Atom downloaded from atom.io (deb file)? Atom installed from the package managers such as snapd is considered unofficial. Your npm error is really strange. Something seems wrong with your system as npm isn't also working properly. |
@aminya It was a while ago but I believe I would have installed atom with I'll try reinstalling Atom from the .deb file. Strangely, I don't have a |
Let us know. The path I mentioned in this comment isn't under
Also, feel free to join our Discord server to get more help from others. |
@aminya Running
To be clear, I've been using Atom and Hydrogen for work every day for a long time. I started noticing Hydrogen wasn't connecting to remote kernels after the latest Atom update. Then attempting to update Hydrogen led to these errors I'm having. I may join the Discord server if you can't think of anything else at this point, thanks! |
Do you want to try using Atom 1.55 for now so you are not blocked? You can install the previous Hydrogen using:
|
Thanks for the suggestion @aminya. After installing the .deb for Atom 1.55.0, running |
|
Did you try my solution by chance? I also downgraded to Atom 1.54.0 |
Thanks @afogarty85, I've just downgraded to Atom 1.54.0. How did you then install Hydrogen? |
Finally got it working!
Thanks @aminya and @afogarty85 for the help. |
I released 2.15.3 which includes some fixes for the builds on Linux. You might try this Hydrogen version, which should work with older Atom versions too.
You can always downgrade to a lower version. For example: |
Hello,
Description
I am working on MacOS, and after updating Atom and Hydrogen, I had to rebuilt Hydrogen from the dedicated panel that was specifying an incompatibility.
However, after doing so, Atom crashes whenever I try to run any python code (see the screenshot). The issue appears with a minimal code:
import numpy as np
.Atom is warning me about 2 deprecations (see the second screenshot), but no update is available to solve this issue.
Versions
Screenshots
The text was updated successfully, but these errors were encountered: