nteract / hydrogen

:atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
https://nteract.gitbooks.io/hydrogen/
MIT License
3.92k stars 334 forks source link

Cannot install Hydrogen anymore... #1743

Closed Brainkite closed 5 years ago

Brainkite commented 5 years ago

I can't install Hydrogen anymore Tried with a clean install and still doesn't work.

Installation log:

zeromq@5.1.0 install /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)

prebuild-install WARN install No prebuilt binaries found (target=3.1.10 runtime=node arch=x64 platform=darwin)

Building libzmq for darwin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether C compiler accepts -std=gnu11... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=gnu++11... yes checking for a sed that does not truncate output... /usr/bin/sed checking whether to build with code coverage support... no checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) awk checking for pkg-config... no checking for xmlto... no checking for asciidoc... no checking build system type... x86_64-apple-darwin18.7.0 checking host system type... x86_64-apple-darwin18.7.0 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-apple-darwin18.7.0 file names to x86_64-apple-darwin18.7.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin18.7.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin18.7.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -std=gnu++11 -E checking for ld used by g++ -std=gnu++11... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ -std=gnu++11 option to produce PIC... -fno-common -DPIC checking if g++ -std=gnu++11 PIC flag -fno-common -DPIC works... yes checking if g++ -std=gnu++11 static flag -static works... no checking if g++ -std=gnu++11 supports -c -o file.o... yes checking if g++ -std=gnu++11 supports -c -o file.o... (cached) yes checking whether the g++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin18.7.0 dyld checking how to hardcode library paths into programs... immediate checking for valgrind... no checking whether the C compiler works... yes checking whether we are using Intel C compiler... no checking whether we are using Sun Studio C compiler... no checking whether we are using clang C compiler... yes checking whether we are using gcc >= 4 C compiler... yes checking whether the C++ compiler works... yes checking whether we are using Intel C++ compiler... no checking whether we are using Sun Studio C++ compiler... no checking whether we are using clang C++ compiler... yes checking whether we are using gcc >= 4 C++ compiler... yes checking whether to enable debugging information... no checking whether to enable code coverage... no checking if TIPC is available and supports nonblocking connect... no checking whether C++ compiler supports -Wno-uninitialized... yes checking for pthread_create in -lpthread... yes checking for clock_gettime in -lrt... no checking whether C++ compiler supports -fvisibility=hidden... yes checking whether C++ compiler supports dso visibility... yes checking whether to build documentation... no checking whether to install manpages... no configure: Choosing polling system from 'kqueue epoll devpoll pollset poll select'... configure: Using 'kqueue' polling system checking for ANSI C header files... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes

checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/eventfd.h usability... no checking sys/eventfd.h presence... no checking for sys/eventfd.h... no checking whether SO_PEERCRED is declared... no checking whether LOCAL_PEERCRED is declared... no checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint32_t... yes checking for working volatile... yes configure: Using tweetnacl for CURVE security checking "with_norm_ext = no"... no checking how to enable additional warnings for C++ compiler... -Wall checking whether compiler supports __atomic_Xxx intrinsics... yes checking return type of signal handlers... void checking for perror... yes checking for gettimeofday... yes checking for clock_gettime... yes checking for memset... yes checking for socket... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for fork... yes checking for posix_memalign... yes checking for mkdtemp... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking whether SOCK_CLOEXEC is supported... no checking whether SO_KEEPALIVE is supported... yes checking whether TCP_KEEPCNT is supported... yes checking whether TCP_KEEPIDLE is supported... no checking whether TCP_KEEPINTVL is supported... yes checking whether TCP_KEEPALIVE is supported... yes checking for ./.git... no configure: Building stable and legacy API (no draft API) checking for LIBUNWIND... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/libzmq.pc config.status: creating doc/Makefile config.status: creating builds/Makefile config.status: creating builds/msvc/Makefile config.status: creating src/platform.hpp config.status: executing depfiles commands config.status: executing libtool commands Making all in doc make[1]: Nothing to be done for all'. CXX src/src_libzmq_la-client.lo CXX src/src_libzmq_la-address.lo CXX src/src_libzmq_la-clock.lo CXX src/src_libzmq_la-ctx.lo CXX src/src_libzmq_la-curve_client.lo CXX src/src_libzmq_la-curve_server.lo CXX src/src_libzmq_la-dealer.lo CXX src/src_libzmq_la-devpoll.lo CXX src/src_libzmq_la-dgram.lo CXX src/src_libzmq_la-dish.lo CXX src/src_libzmq_la-dist.lo CXX src/src_libzmq_la-epoll.lo CXX src/src_libzmq_la-err.lo CXX src/src_libzmq_la-fq.lo CXX src/src_libzmq_la-gather.lo CXX src/src_libzmq_la-gssapi_mechanism_base.lo CXX src/src_libzmq_la-gssapi_client.lo CXX src/src_libzmq_la-gssapi_server.lo CXX src/src_libzmq_la-io_object.lo CXX src/src_libzmq_la-io_thread.lo CXX src/src_libzmq_la-ip.lo CXX src/src_libzmq_la-ipc_address.lo CXX src/src_libzmq_la-ipc_connecter.lo CXX src/src_libzmq_la-ipc_listener.lo CXX src/src_libzmq_la-kqueue.lo CXX src/src_libzmq_la-lb.lo CXX src/src_libzmq_la-mailbox.lo CXX src/src_libzmq_la-mailbox_safe.lo CXX src/src_libzmq_la-mechanism.lo CXX src/src_libzmq_la-metadata.lo CXX src/src_libzmq_la-msg.lo CXX src/src_libzmq_la-mtrie.lo CXX src/src_libzmq_la-norm_engine.lo CXX src/src_libzmq_la-null_mechanism.lo CXX src/src_libzmq_la-object.lo CXX src/src_libzmq_la-options.lo CXX src/src_libzmq_la-own.lo CXX src/src_libzmq_la-pair.lo CXX src/src_libzmq_la-pgm_receiver.lo CXX src/src_libzmq_la-pgm_sender.lo CXX src/src_libzmq_la-pgm_socket.lo CXX src/src_libzmq_la-pipe.lo CXX src/src_libzmq_la-plain_client.lo CXX src/src_libzmq_la-plain_server.lo CXX src/src_libzmq_la-poll.lo CXX src/src_libzmq_la-poller_base.lo CXX src/src_libzmq_la-pollset.lo CXX src/src_libzmq_la-precompiled.lo CXX src/src_libzmq_la-proxy.lo CXX src/src_libzmq_la-pub.lo CXX src/src_libzmq_la-pull.lo CXX src/src_libzmq_la-push.lo CXX src/src_libzmq_la-radio.lo CXX src/src_libzmq_la-random.lo CXX src/src_libzmq_la-raw_decoder.lo CXX src/src_libzmq_la-raw_encoder.lo CXX src/src_libzmq_la-reaper.lo CXX src/src_libzmq_la-rep.lo CXX src/src_libzmq_la-req.lo CXX src/src_libzmq_la-router.lo CXX src/src_libzmq_la-scatter.lo CXX src/src_libzmq_la-select.lo CXX src/src_libzmq_la-server.lo CXX src/src_libzmq_la-session_base.lo CXX src/src_libzmq_la-signaler.lo CXX src/src_libzmq_la-socket_base.lo CXX src/src_libzmq_la-socks.lo CXX src/src_libzmq_la-socks_connecter.lo CXX src/src_libzmq_la-stream.lo CXX src/src_libzmq_la-stream_engine.lo CXX src/src_libzmq_la-sub.lo CXX src/src_libzmq_la-tcp.lo CXX src/src_libzmq_la-tcp_address.lo CXX src/src_libzmq_la-tcp_connecter.lo CXX src/src_libzmq_la-tcp_listener.lo CXX src/src_libzmq_la-thread.lo CXX src/src_libzmq_la-timers.lo CXX src/src_libzmq_la-tipc_address.lo CXX src/src_libzmq_la-tipc_connecter.lo CXX src/src_libzmq_la-tipc_listener.lo CXX src/src_libzmq_la-trie.lo CXX src/src_libzmq_la-udp_address.lo CXX src/src_libzmq_la-udp_engine.lo CXX src/src_libzmq_la-v1_decoder.lo CXX src/src_libzmq_la-v2_decoder.lo CXX src/src_libzmq_la-v1_encoder.lo CXX src/src_libzmq_la-v2_encoder.lo CXX src/src_libzmq_la-vmci.lo CXX src/src_libzmq_la-vmci_address.lo CXX src/src_libzmq_la-vmci_connecter.lo CXX src/src_libzmq_la-vmci_listener.lo CXX src/src_libzmq_la-xpub.lo CXX src/src_libzmq_la-xsub.lo CXX src/src_libzmq_la-zmq.lo CXX src/src_libzmq_la-zmq_utils.lo CXX src/src_libzmq_la-decoder_allocators.lo CXX src/src_libzmq_la-socket_poller.lo CC src/src_libzmq_la-tweetnacl.lo CXX tools/curve_keygen.o CXX perf/local_lat.o CXX perf/remote_lat.o CXX perf/local_thr.o CXX perf/remote_thr.o CXX perf/inproc_lat.o CXX perf/inproc_thr.o CXXLD src/libzmq.la CXXLD tools/curve_keygen CXXLD perf/local_lat CXXLD perf/remote_lat CXXLD perf/local_thr CXXLD perf/remote_thr CXXLD perf/inproc_lat CXXLD perf/inproc_thr Making install in doc make[2]: Nothing to be done forinstall-exec-am'. config/install-sh -c -d '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib'

libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.la libtool: install: /usr/bin/install -c src/.libs/libzmq.a /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a libtool: install: chmod 644 /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a libtool: install: ranlib /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a config/install-sh -c -d '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/bin' libtool: install: /usr/bin/install -c tools/curve_keygen /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/bin/curve_keygen config/install-sh -c -d '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/include' /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/include' config/install-sh -c -d '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/pkgconfig' /usr/bin/install -c -m 644 src/libzmq.pc '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/pkgconfig' Succesfully build libzmq on Fri Aug 16 2019 23:38:51 GMT+0200 (CEST)

npm WARN deprecated json-parser@1.1.5: json-parser is deprecated. Please use comment-json instead configure: WARNING: Cannot find libunwind /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-devpoll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-epoll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_mechanism_base.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_client.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_server.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-norm_engine.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_receiver.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_sender.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_socket.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-poll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pollset.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-precompiled.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-select.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_address.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_connecter.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_listener.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_address.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_connecter.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_listener.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-devpoll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-epoll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_mechanism_base.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_client.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_server.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-norm_engine.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_receiver.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_sender.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_socket.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-poll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pollset.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-precompiled.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-select.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_address.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_connecter.o) has no symbols

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_listener.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_address.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_connecter.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_listener.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-devpoll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-epoll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-gssapi_mechanism_base.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-gssapi_client.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-gssapi_server.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-norm_engine.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-pgm_receiver.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-pgm_sender.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-pgm_socket.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-poll.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-pollset.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-precompiled.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-select.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-tipc_address.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-tipc_connecter.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-tipc_listener.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-vmci.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-vmci_address.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-vmci_connecter.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq/scripts/../zmq/lib/libzmq.a(src_libzmq_la-vmci_listener.o) has no symbols gyp ERR! configure error gyp ERR! stack Error: Python executable "/Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh" is v3.7.3, which is not supported by gyp. gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0. gyp ERR! stack at PythonFinder.failPythonVersion (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/configure.js:501:19) gyp ERR! stack at PythonFinder. (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/configure.js:483:14) gyp ERR! stack at ChildProcess.exithandler (child_process.js:282:7) gyp ERR! stack at ChildProcess.emit (events.js:182:13) gyp ERR! stack at maybeClose (internal/child_process.js:961:16) gyp ERR! stack at Socket.stream.socket.on (internal/child_process.js:380:11) gyp ERR! stack at Socket.emit (events.js:182:13) gyp ERR! stack at Pipe._handle.close [as _onclose] (net.js:596:12) gyp ERR! System Darwin 18.7.0

gyp ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/node_modules/Hydrogen/node_modules/zeromq gyp ERR! node -v v10.2.1 gyp ERR! node-gyp -v v3.7.0 gyp ERR! not ok npm WARN enoent ENOENT: no such file or directory, open '/private/var/folders/0n/wb93phjj13v3d1vhpc957n4c0000gn/T/apm-install-dir-119716-31276-1toa8v8.8lqt/package.json' npm WARN react-rangeslider@2.2.0 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself. npm WARN vega-themes@2.3.2 requires a peer of vega@* but none is installed. You must install peer dependencies yourself. npm WARN vega-lite@3.4.0 requires a peer of vega@^5.4.0 but none is installed. You must install peer dependencies yourself. npm WARN apm-install-dir-119716-31276-1toa8v8.8lqt No description npm WARN apm-install-dir-119716-31276-1toa8v8.8lqt No repository field. npm WARN apm-install-dir-119716-31276-1toa8v8.8lqt No README data npm WARN apm-install-dir-119716-31276-1toa8v8.8lqt No license field.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! zeromq@5.1.0 install: node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild) npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the zeromq@5.1.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/antoninsumner/.atom/.apm/_logs/2019-08-16T21_38_53_612Z-debug.log

And here are the Python package installed: Package Version


alabaster 0.7.12
anaconda-client 1.7.2
anaconda-navigator 1.9.7
anaconda-project 0.8.2
appnope 0.1.0
appscript 1.0.1
asn1crypto 0.24.0
astroid 2.2.5
astropy 3.1.2
atomicwrites 1.3.0
attrs 19.1.0
Babel 2.6.0
backcall 0.1.0
backports.os 0.1.1
backports.shutil-get-terminal-size 1.0.0
beautifulsoup4 4.7.1
bitarray 0.8.3
bkcharts 0.2
bleach 3.1.0
bokeh 1.0.4
boto 2.49.0
Bottleneck 1.2.1
certifi 2019.3.9 cffi 1.12.2
chardet 3.0.4
Click 7.0
cloudpickle 0.8.0
clyent 1.2.2
colorama 0.4.1
conda 4.6.14
conda-build 3.17.8
conda-verify 3.1.1
contextlib2 0.5.5
cryptography 2.6.1
cycler 0.10.0
cymem 2.0.2
Cython 0.29.6
cytoolz 0.9.0.1
dask 1.1.4
dataclasses 0.6
decorator 4.4.0
defusedxml 0.5.0
dill 0.2.9
distributed 1.26.0
docutils 0.14
entrypoints 0.3
et-xmlfile 1.0.1
fastai 1.0.52
fastcache 1.0.2
fastprogress 0.1.21
filelock 3.0.10
Flask 1.0.2
future 0.17.1
gevent 1.4.0
glob2 0.6
gmpy2 2.0.8
greenlet 0.4.15
h5py 2.9.0
heapdict 1.0.0
html5lib 1.0.1
idna 2.8
imageio 2.5.0
imagesize 1.1.0
importlib-metadata 0.0.0
ipykernel 5.1.0
ipython 7.4.0
ipython-genutils 0.2.0
ipywidgets 7.4.2
isort 4.3.16
itsdangerous 1.1.0
jdcal 1.4
jedi 0.13.3
Jinja2 2.10
jsonschema 3.0.1
jupyter 1.0.0
jupyter-client 5.2.4
jupyter-console 6.0.0
jupyter-contrib-core 0.3.3
jupyter-contrib-nbextensions 0.5.1
jupyter-core 4.4.0
jupyter-highlight-selected-word 0.2.0
jupyter-kernel-gateway 2.4.0
jupyter-latex-envs 1.4.6
jupyter-nbextensions-configurator 0.4.1
jupyterlab 0.35.4
jupyterlab-server 0.2.0
keyring 18.0.0
kiwisolver 1.0.1
lazy-object-proxy 1.3.1
libarchive-c 2.8
lief 0.9.0
llvmlite 0.28.0
locket 0.2.0
lxml 4.3.2
MarkupSafe 1.1.1
matplotlib 3.0.3
mccabe 0.6.1
mistune 0.8.4
mkl-fft 1.0.10
mkl-random 1.0.2
more-itertools 6.0.0
mpmath 1.1.0
msgpack 0.6.1
msgpack-numpy 0.4.3.2
multipledispatch 0.6.0
murmurhash 1.0.2
navigator-updater 0.2.1
nbconvert 5.4.1
nbformat 4.4.0
networkx 2.2
nltk 3.4
nose 1.3.7
notebook 5.7.8
numba 0.43.1
numexpr 2.6.9
numpy 1.16.2
numpydoc 0.8.0
olefile 0.46
openpyxl 2.6.1
packaging 19.0
pandas 0.24.2
pandocfilters 1.4.2
parso 0.3.4
partd 0.3.10
path.py 11.5.0
pathlib2 2.3.3
patsy 0.5.1
pep8 1.7.1
pexpect 4.6.0
pickleshare 0.7.5
Pillow 5.4.1
pip 19.2.2
pkginfo 1.5.0.1
plac 0.9.6
pluggy 0.9.0
ply 3.11
preshed 2.0.1
prometheus-client 0.6.0
prompt-toolkit 2.0.9
psutil 5.6.1
ptyprocess 0.6.0
py 1.8.0
pycodestyle 2.5.0
pycosat 0.6.3
pycparser 2.19
pycrypto 2.6.1
pycurl 7.43.0.2 pyflakes 2.1.1
Pygments 2.3.1
pylint 2.3.1
pyodbc 4.0.26
pyOpenSSL 19.0.0
pyparsing 2.3.1
pyrsistent 0.14.11
PySocks 1.6.8
pytest 4.3.1
pytest-arraydiff 0.3
pytest-astropy 0.5.0
pytest-doctestplus 0.3.0
pytest-openfiles 0.3.2
pytest-remotedata 0.3.1
python-dateutil 2.8.0
pytz 2018.9
PyWavelets 1.0.2
PyYAML 5.1
pyzmq 18.0.0
QtAwesome 0.5.7
qtconsole 4.4.3
QtPy 1.7.0
regex 2018.1.10 requests 2.21.0
rope 0.12.0
ruamel-yaml 0.15.46
scikit-image 0.14.2
scikit-learn 0.20.3
scipy 1.2.1
seaborn 0.9.0
Send2Trash 1.5.0
setuptools 40.8.0
simplegeneric 0.8.1
singledispatch 3.4.0.3
six 1.12.0
snowballstemmer 1.2.1
sortedcollections 1.1.2
sortedcontainers 2.1.0
soupsieve 1.8
spacy 2.0.18
Sphinx 1.8.5
sphinxcontrib-websupport 1.1.0
spyder 3.3.3
spyder-kernels 0.4.2
SQLAlchemy 1.3.1
statsmodels 0.9.0
sympy 1.3
tables 3.5.1
tblib 1.3.2
terminado 0.8.1
testpath 0.4.2
thinc 6.12.1
toolz 0.9.0
torch 1.1.0
torchvision 0.2.2
tornado 6.0.2
tqdm 4.31.1
traitlets 4.3.2
typing 3.6.4
ujson 1.35
unicodecsv 0.14.1
urllib3 1.24.1
wcwidth 0.1.7
webencodings 0.5.1
Werkzeug 0.14.1
wheel 0.33.1
widgetsnbextension 3.4.2
wrapt 1.10.11
wurlitzer 1.0.2
xlrd 1.2.0
XlsxWriter 1.1.5
xlwings 0.15.4
xlwt 1.3.0
zict 0.1.4
zipp 0.3.3

wadethestealth commented 5 years ago

Hydrogen is currently having issues with atom 1.40. See #1739. If you aren't using 1.40 we will need your atom version and os.

aviatesk commented 5 years ago

The issue you're facing occurs because of this, thus please watch it for the fix.

The reason why the error message differs from the one reported in the linked issue is, you happened to have the build tools for node-gyp, but they're not kinda complete.