hydrogen
hydrogen copied to clipboard
Can't install Hydrogen? Read this issue first before making a new issue.
TL;DR
Please search old issues your problems most likely aren't new. If you can't find the issue you can open a new issue, where you will proceed as normal or have your issue closed as duplicate and pointed to the original.
Explanation and Background information to all of the most recent install problems
Hydrogen is an open source package that is mostly maintained by myself with occasional check-ins from previous developers. Currently Hydrogen has a few reoccurring install errors that seem to always come up so I am going to document them with explanations here.
- If your error has the name zmq or zeromq in it, this is most likely indication of a bad install.
- The best steps are for you to install hydrogen via a terminal using atom's
apm install hydrogen --verbosecommand. Copy the entire log and if your hydrogen isn't fixed from the install please open a new issue with both the error you are getting and the install log.
- The best steps are for you to install hydrogen via a terminal using atom's
- If you are an Archlinux user, unfortunately you are on your own. Both Atom and Hydrogen are not officially supported on Archlinux and variations. However you may still open an issue and other users who see the issue may be able to give you insights on your problem. Just make sure you aren't running to an issue that may be OS independent as that will most likely already have a posted solution/workaround
- If your error contains something about python, you need to make sure that both you global and kernel python paths are pointing to their correct locations.
Now if you are facing an install issue, you are most likely facing a global install issue that affects all users. Unfortunately these have been extremely common recently, and we are working on putting blockage in place to prevent these. The most common issues are caused by Hydrogen using a package built for the nteract desktop app, which builds in a different context. Because of the context difference changes specific to the desktop version can leak into the package without causing test failure as they aren't tested globally (we are working on creating these tests). During 2.9 and later is when hydrogen began to depend on these packages, but v2.8 does not and relies only on packages that are not receiving updates and for this reason it has remained our stable fallback. If you face a new install issue, installing v2.8.0 should not have the issue and you should make sure that there is currently an issue open for your issue on v2.9 or later (there most likely is as people spam open these).
Well, [email protected] addressed some installation problems, so apm install Hydrogen may work out-of-box for now.
I can't install the hydrogen too.