Skip to content

Instantly share code, notes, and snippets.

@mattscilipoti
Last active June 19, 2020 16:25
Show Gist options
  • Save mattscilipoti/9754558cc55e58aa449446c06144d34c to your computer and use it in GitHub Desktop.
Save mattscilipoti/9754558cc55e58aa449446c06144d34c to your computer and use it in GitHub Desktop.
Sending build context to Docker daemon 1.902MB
Step 1/19 : FROM oracle/graalvm-ce:19.0.2
---> 7f1398845e1a
Step 2/19 : RUN gu install python ruby R
---> Using cache
---> c23588a51b59
Step 3/19 : RUN /opt/graalvm-ce-19.0.2/jre/languages/ruby/lib/truffle/post_install_hook.sh
---> Using cache
---> c2337bf523d2
Step 4/19 : RUN yum install -y python36 python36-devel python36-pip git
---> Using cache
---> dda95515b34f
Step 5/19 : RUN easy_install-3.6 pip
---> Using cache
---> 5e63aa5a564a
Step 6/19 : RUN pip3 install -U pip
---> Using cache
---> 068633531cd6
Step 7/19 : RUN pip3 install jupyter_core==4.4 jupyter
---> Using cache
---> 691189d8c405
Step 8/19 : WORKDIR /code
---> Using cache
---> 0c717c272407
Step 9/19 : COPY . .
---> Using cache
---> 4a544fa3dd81
Step 10/19 : RUN git clean -ffxd
---> Using cache
---> 0c5032862de4
Step 11/19 : RUN npm install . --unsafe-perm --nodedir="/opt/graalvm-ce-19.0.2/jre/languages/js" --build-from-source
---> Running in 883eb1bbceb1
> zeromq@4.6.0 install /code/node_modules/zeromq
> node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)
Building libzmq for linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' 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) gawk
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for xmlto... no
checking for asciidoc... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /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... @
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 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... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
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... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -std=gnu++11 option to produce PIC... -fPIC -DPIC
checking if g++ -std=gnu++11 PIC flag -fPIC -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 (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
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... no
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... no
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 for library containing dladdr... -ldl
checking for pthread_create in -lpthread... yes
checking for clock_gettime in -lrt... yes
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 'epoll' polling system with CLOEXEC
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... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking whether EFD_CLOEXEC is supported... yes
checking whether SO_PEERCRED is declared... yes
checking whether LOCAL_PEERCRED is declared... no
checking for stdbool.h that conforms to C99... yes
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 how to turn warnings to errors in C++ compiler... -Werror
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... yes
checking whether SO_KEEPALIVE is supported... yes
checking whether TCP_KEEPCNT is supported... yes
checking whether TCP_KEEPIDLE is supported... yes
checking whether TCP_KEEPINTVL is supported... yes
checking whether TCP_KEEPALIVE is supported... no
checking for ./.git... no
configure: Building stable and legacy API (no draft API)
checking for LIBUNWIND... no
configure: WARNING: Cannot find libunwind
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]: Entering directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2/doc'
make[1]: Entering directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2'
CXX src/src_libzmq_la-address.lo
CXX src/src_libzmq_la-client.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
make[1]: Leaving directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2'
Making install in doc
make[1]: Entering directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2/doc'
make[2]: Entering directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Leaving directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2/doc'
make[1]: Leaving directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2/doc'
make[1]: Entering directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2'
make[2]: Entering directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2'
/usr/bin/mkdir -p '/code/node_modules/zeromq/scripts/../zmq/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/code/node_modules/zeromq/scripts/../zmq/lib'
libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /code/node_modules/zeromq/scripts/../zmq/lib/libzmq.la
libtool: install: /usr/bin/install -c src/.libs/libzmq.a /code/node_modules/zeromq/scripts/../zmq/lib/libzmq.a
libtool: install: chmod 644 /code/node_modules/zeromq/scripts/../zmq/lib/libzmq.a
libtool: install: ranlib /code/node_modules/zeromq/scripts/../zmq/lib/libzmq.a
libtool: finish: PATH="/opt/graalvm-ce-19.0.2/jre/languages/js/npm/node_modules/npm-lifecycle/node-gyp-bin:/code/node_modules/zeromq/node_modules/.bin:/code/node_modules/.bin:/opt/graalvm-ce-19.0.2/jre/languages/js/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rh/llvm-toolset-7/root/usr/bin:/sbin" ldconfig -n /code/node_modules/zeromq/scripts/../zmq/lib
----------------------------------------------------------------------
Libraries have been installed in:
/code/node_modules/zeromq/scripts/../zmq/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/code/node_modules/zeromq/scripts/../zmq/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/code/node_modules/zeromq/scripts/../zmq/bin'
libtool: install: /usr/bin/install -c tools/curve_keygen /code/node_modules/zeromq/scripts/../zmq/bin/curve_keygen
/usr/bin/mkdir -p '/code/node_modules/zeromq/scripts/../zmq/include'
/usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/code/node_modules/zeromq/scripts/../zmq/include'
/usr/bin/mkdir -p '/code/node_modules/zeromq/scripts/../zmq/lib/pkgconfig'
/usr/bin/install -c -m 644 src/libzmq.pc '/code/node_modules/zeromq/scripts/../zmq/lib/pkgconfig'
make[2]: Leaving directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2'
make[1]: Leaving directory `/code/node_modules/zeromq/zmq/zeromq-4.2.2'
Succesfully build libzmq on Mon Apr 15 2019 21:38:49 GMT+0000 (UTC)
make: Entering directory `/code/node_modules/zeromq/build'
CXX(target) Release/obj.target/zmq/binding.o
../binding.cc: In member function ‘void zmq::Socket::NotifyReadReady()’:
../binding.cc:394:73: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated (declared at ../../nan/nan.h:959) [-Wdeprecated-declarations]
Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 0, NULL);
^
../binding.cc: In member function ‘void zmq::Socket::NotifySendReady()’:
../binding.cc:402:73: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated (declared at ../../nan/nan.h:959) [-Wdeprecated-declarations]
Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 0, NULL);
^
../binding.cc: In member function ‘void zmq::Socket::MonitorEvent(uint16_t, int32_t, char*)’:
../binding.cc:453:73: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated (declared at ../../nan/nan.h:959) [-Wdeprecated-declarations]
Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 4, argv);
^
../binding.cc: In member function ‘void zmq::Socket::MonitorError(const char*)’:
../binding.cc:468:73: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated (declared at ../../nan/nan.h:959) [-Wdeprecated-declarations]
Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 1, argv);
^
../binding.cc: In static member function ‘static void zmq::Socket::UV_BindAsyncAfter(uv_work_t*)’:
../binding.cc:809:70: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated (declared at ../../nan/nan.h:959) [-Wdeprecated-declarations]
Nan::MakeCallback(Nan::GetCurrentContext()->Global(), cb, 1, argv);
^
../binding.cc: In static member function ‘static void zmq::Socket::UV_UnbindAsyncAfter(uv_work_t*)’:
../binding.cc:888:70: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated (declared at ../../nan/nan.h:959) [-Wdeprecated-declarations]
Nan::MakeCallback(Nan::GetCurrentContext()->Global(), cb, 1, argv);
^
 SOLINK_MODULE(target) Release/obj.target/zmq.node
COPY Release/zmq.node
make: Leaving directory `/code/node_modules/zeromq/build'
> ipolyglot@0.0.2 postinstall /code
> patch-package && ./bin/ipolyglotinstall.js --spec-path=full
patch-package 6.1.2
Applying patches...
nel@1.1.0 ✔
Error running `jupyter kernelspec install --replace /tmp/4713d303a05108220fceb51f6b48b284/polyglot --user`
Error: Command failed: jupyter kernelspec install --replace /tmp/4713d303a05108220fceb51f6b48b284/polyglot --user
Traceback (most recent call last):
File "/usr/local/bin/jupyter-kernelspec", line 5, in <module>
from jupyter_client.kernelspecapp import KernelSpecApp
File "/usr/local/lib/python3.6/site-packages/jupyter_client/__init__.py", line 4, in <module>
from .connect import *
File "/usr/local/lib/python3.6/site-packages/jupyter_client/connect.py", line 32, in <module>
from jupyter_core.paths import jupyter_data_dir, jupyter_runtime_dir, secure_write
ImportError: cannot import name 'secure_write'
Traceback (most recent call last):
File "/usr/local/bin/jupyter-kernelspec", line 5, in <module>
from jupyter_client.kernelspecapp import KernelSpecApp
File "/usr/local/lib/python3.6/site-packages/jupyter_client/__init__.py", line 4, in <module>
from .connect import *
File "/usr/local/lib/python3.6/site-packages/jupyter_client/connect.py", line 32, in <module>
from jupyter_core.paths import jupyter_data_dir, jupyter_runtime_dir, secure_write
ImportError: cannot import name 'secure_write'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ipolyglot@0.0.2 postinstall: `patch-package && ./bin/ipolyglotinstall.js --spec-path=full`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ipolyglot@0.0.2 postinstall 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! /root/.npm/_logs/2019-04-15T21_38_59_954Z-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment