Can't update to 2.15.3 on Ubuntu
See original GitHub issuePrerequisites
- Have you checked the solutions in our troubleshooting guide for common problems ?
Enable Debug Messages
isn’t useful in this case, is it?
- Have you checked that your issue isn’t already filed ?
- #2090 is very similar, but IDK if it’s the same thing due to different distro and different Atom version. By all means, close this as a duplicate if needed.
Description
Can’t update to Hydrogen 2.15.3 on Linux
Steps to Reproduce
- Try to update Hydrogen
Versions
OS version: Ubuntu 18.04.5 Kernel: Linux 4.15.0-142-generic Architecture: x86-64
$ atom --version
Atom : 1.56.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1
$ apm --version
apm 2.5.2
npm 6.14.8
node 12.4.0 x64
atom 1.56.0
python 2.7.17
git 2.17.1
Hydrogen version:
Atom says 2.14.7, but apm show hydrogen
says 2.15.3.
Plugins
Have you installed and activated any of the Hydrogen plugins below ?
- hydrogen-python
- Hydrogen Launcher
- Data Explorer
Logs
- error.txt
- Part of it’s in French. “on entre dans le répertoire” means “entering directory” and “on quitte le répertoire” means “leaving directory”
- 2021-04-17T17_09_39_908Z-debug.log
Expected behavior
Update Hydrogen
Screenshots
Additional context
(none)
Issue Analytics
- State:
- Created 2 years ago
- Comments:22 (8 by maintainers)
Top Results From Across the Web
[R] R broken after upgrade to 2.15.3 (Ubuntu 12.10, 64bit)
This morning, Ubuntu's software > updater automatically installed updates to R's base system (version 2.15.3; > via the CRAN PPA).
Read more >Can't install package reshape2 for R 2.15.3 on Ubuntu 12.04.4
I am having trouble installing the reshape2 package for R 2.15.3 on Ubuntu 12.04.4 LTS. I decided not to upgrade to R 3.x...
Read more >Installation Manual for 2.15 on Ubuntu 18.04 - WeBWorK
These instructions cover the installation of the Ubuntu Linux 18.04 LTS operating system and WeBWorK 2.15 from scratch.
Read more >Hey! I'm new to hydrogen! I can not update #2085 - GitHub
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...
Read more >R 2.15.3 .deb packages now available for Ubuntu
The latest version of R (2.15.3) is now available for Ubuntu. You can find the packages on CRAN or via my Launchpad PPA....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This looks like it has been resolved, but I get a similar error related to zeromq when trying to install Hydrogen on Manjaro (Linux 5.13.19-2-MANJARO and x86-64 architecture).
After re-installing zeromq with
sudo pacman -S zeromq
I ranwhich gave
The complete log is here: hydrogen-error.log
atom --version
returnsand
apm --version
I’m not really a JS aficionado. Any idea on how I can fix this?
@n-riesco Could you remove hydrogen, and then clone the master branch, and try to run the tests?
I think this time the source build passes, but still, it doesn’t find the correct prebuilds?