hydrogen icon indicating copy to clipboard operation
hydrogen copied to clipboard

Hydrogen giving error with Atom

Open saifshehata opened this issue 4 years ago • 1 comments

Hi, I've installed Hydrogen on Atom for the first time, but it doesn't seem to be working at all. Below is a screenshot of the error once I press CTRL + ENTER . I'm quite new to this, so would really appreciate your help, thanks. atom_hydrogen_error

saifshehata avatar Sep 17 '20 09:09 saifshehata

Enabling Hyrogen's debug output to the developer console reveals that ZMQ was missing this header file: fatal error C1083: Cannot open include file: 'sys/un.h': No such file or directory

This was with ZMQ version 4.3.1
Upgrading my version of ZMQ in one of my Anaconda environments fixed it. Interestingly, the same problem persisted across Anaconda environments, each had the same ZMQ version. This problem occurred after I updated Hydrogen.

Same issue here:
https://stackoverflow.com/questions/61974616/fatal-error-c1083-cannot-open-include-file-sys-un-h-no-such-file-or-directo

radioflyer28 avatar Oct 16 '20 11:10 radioflyer28